deltacat 0.1.18b10__py3-none-any.whl → 0.1.18b11__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- deltacat/__init__.py +1 -1
- deltacat/compute/compactor/compaction_session.py +3 -3
- {deltacat-0.1.18b10.dist-info → deltacat-0.1.18b11.dist-info}/METADATA +1 -1
- {deltacat-0.1.18b10.dist-info → deltacat-0.1.18b11.dist-info}/RECORD +7 -7
- {deltacat-0.1.18b10.dist-info → deltacat-0.1.18b11.dist-info}/LICENSE +0 -0
- {deltacat-0.1.18b10.dist-info → deltacat-0.1.18b11.dist-info}/WHEEL +0 -0
- {deltacat-0.1.18b10.dist-info → deltacat-0.1.18b11.dist-info}/top_level.txt +0 -0
deltacat/__init__.py
CHANGED
@@ -124,6 +124,9 @@ def compact_partition(
|
|
124
124
|
logger.info(f"memray profiler not available, disabling all profiling")
|
125
125
|
enable_profiler = False
|
126
126
|
|
127
|
+
if s3_client_kwargs is None:
|
128
|
+
s3_client_kwargs = {}
|
129
|
+
|
127
130
|
# memray official documentation link:
|
128
131
|
# https://bloomberg.github.io/memray/getting_started.html
|
129
132
|
with memray.Tracker(
|
@@ -284,9 +287,6 @@ def _execute_compaction_round(
|
|
284
287
|
max_parallelism = int(cluster_cpus)
|
285
288
|
logger.info(f"Max parallelism: {max_parallelism}")
|
286
289
|
|
287
|
-
if s3_client_kwargs is None:
|
288
|
-
s3_client_kwargs = {}
|
289
|
-
|
290
290
|
# read the results from any previously completed compaction round
|
291
291
|
round_completion_info = None
|
292
292
|
if not rebase_source_partition_locator:
|
@@ -1,4 +1,4 @@
|
|
1
|
-
deltacat/__init__.py,sha256
|
1
|
+
deltacat/__init__.py,sha256=-pROroKFHbLQAMruWQRdiPV5IEfyY12EgCXKDrSBkbw,1811
|
2
2
|
deltacat/constants.py,sha256=oMU8ypqvDBTG54-6MLGWrt9iJKTN-HKsSWxEWnWp77c,1969
|
3
3
|
deltacat/exceptions.py,sha256=x7qem7FLujXf-DzPsNcQ-XYkW3cF3A0YGIbxkcpz0Mw,146
|
4
4
|
deltacat/logs.py,sha256=yyve_6Y4bLWAdCOnxFOPrSR9FRXwZuh68_rRoPpmg08,5633
|
@@ -17,7 +17,7 @@ deltacat/catalog/model/catalog.py,sha256=-Ho7a3rV1hiOS9cSRCAor9AtXV9nJn9t_MDVql9
|
|
17
17
|
deltacat/catalog/model/table_definition.py,sha256=tKrM1mmaQlvxqXrLt3QJVZK5BZfaJnhjTZ6KjybYlhE,727
|
18
18
|
deltacat/compute/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
19
19
|
deltacat/compute/compactor/__init__.py,sha256=kmWC-Qnw861k7mPhLH4fQEL6CaMeBql2AipHeFqJ2uI,1127
|
20
|
-
deltacat/compute/compactor/compaction_session.py,sha256=
|
20
|
+
deltacat/compute/compactor/compaction_session.py,sha256=21Ai6esOqw9nhXIpbVQteLvROIPeiqpDg1iBsOclais,25946
|
21
21
|
deltacat/compute/compactor/repartition_session.py,sha256=t76aZ-bZxqPOjkTfCH3wHXR93DYkwXQxojqUdCdERfQ,6923
|
22
22
|
deltacat/compute/compactor/model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
23
23
|
deltacat/compute/compactor/model/compact_partition_params.py,sha256=QvjH10IsA8O6ufVzwPz-mcw326BT-Zbs29wFGCcGerA,5677
|
@@ -132,8 +132,8 @@ deltacat/utils/ray_utils/concurrency.py,sha256=AyL7hpvYjkmsz-KcpYjVgPpNsmu-x8-rl
|
|
132
132
|
deltacat/utils/ray_utils/dataset.py,sha256=SIljK3UkSqQ6Ntit_iSiYt9yYjN_gGrCTX6_72XdQ3w,3244
|
133
133
|
deltacat/utils/ray_utils/performance.py,sha256=d7JFM7vTXHzkGx9qNQcZzUWajnqINvYRwaM088_FpsE,464
|
134
134
|
deltacat/utils/ray_utils/runtime.py,sha256=xOVkqL6o8qGsewGvzhMKxmCcqcFZDnNILuz5IGMgxSc,4991
|
135
|
-
deltacat-0.1.
|
136
|
-
deltacat-0.1.
|
137
|
-
deltacat-0.1.
|
138
|
-
deltacat-0.1.
|
139
|
-
deltacat-0.1.
|
135
|
+
deltacat-0.1.18b11.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
136
|
+
deltacat-0.1.18b11.dist-info/METADATA,sha256=H0JKD8faSlKHvi44zSoCE9cA8IXKzwxydHL49eVt3vI,1558
|
137
|
+
deltacat-0.1.18b11.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
|
138
|
+
deltacat-0.1.18b11.dist-info/top_level.txt,sha256=RWdIcid4Bv2i2ozLVh-70kJpyB61xEKXod9XXGpiono,9
|
139
|
+
deltacat-0.1.18b11.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|