pyspiral 0.6.15__cp312-abi3-manylinux_2_28_aarch64.whl → 0.6.16__cp312-abi3-manylinux_2_28_aarch64.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.
Potentially problematic release.
This version of pyspiral might be problematic. Click here for more details.
- {pyspiral-0.6.15.dist-info → pyspiral-0.6.16.dist-info}/METADATA +1 -1
- {pyspiral-0.6.15.dist-info → pyspiral-0.6.16.dist-info}/RECORD +6 -6
- spiral/_lib.abi3.so +0 -0
- spiral/core/table/spec/__init__.pyi +0 -4
- {pyspiral-0.6.15.dist-info → pyspiral-0.6.16.dist-info}/WHEEL +0 -0
- {pyspiral-0.6.15.dist-info → pyspiral-0.6.16.dist-info}/entry_points.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
pyspiral-0.6.
|
|
2
|
-
pyspiral-0.6.
|
|
3
|
-
pyspiral-0.6.
|
|
1
|
+
pyspiral-0.6.16.dist-info/METADATA,sha256=QvQYahOGFnMYtVvi5zKSXn7k2D8tLQ5ozrBIVijrTdc,1875
|
|
2
|
+
pyspiral-0.6.16.dist-info/WHEEL,sha256=I5JYpyYzeAl2SOerY_wvkm-HJti0rDQc6zMeJs35MpM,108
|
|
3
|
+
pyspiral-0.6.16.dist-info/entry_points.txt,sha256=uft7u-a6g40NLt4Q6BleWbK4NY0M8nZuYPpP8DV0EOk,45
|
|
4
4
|
spiral/__init__.py,sha256=gAysTwG_oEeKVMdCOfOzDhl0bM2miiK8Ds2vvUihBWw,1153
|
|
5
|
-
spiral/_lib.abi3.so,sha256=
|
|
5
|
+
spiral/_lib.abi3.so,sha256=DjG5nz2FX3cWfj3Jz7cc4-wOoXUMHnt-0ilyu3g5Akg,61201864
|
|
6
6
|
spiral/adbc.py,sha256=7IxfWIeQN-fh0W5OdN_PP2x3pzQYg6ZUOLsHg3jktqw,14842
|
|
7
7
|
spiral/api/__init__.py,sha256=ULBlVq3PnfNOO6T5naE_ULmmii-83--qTuN2PpAUQN0,2241
|
|
8
8
|
spiral/api/admin.py,sha256=A1iVR1XYJSObZivPAD5UzmPuMgupXc9kaHNYYa_kwfs,585
|
|
@@ -52,7 +52,7 @@ spiral/core/expr/video/__init__.pyi,sha256=nQJEcSsigZuRpMjkI_O4EEtMK_n2zRvorcL_K
|
|
|
52
52
|
spiral/core/table/__init__.pyi,sha256=YBL12_JPTWz2mNbqlDqbT1exxVJYzwfXdHCi6Z37JxA,3841
|
|
53
53
|
spiral/core/table/manifests/__init__.pyi,sha256=eVfDpmhYSjafIvvALqAkZe5baN3Y1HpKpxYEbjwd4gQ,1043
|
|
54
54
|
spiral/core/table/metastore/__init__.pyi,sha256=rc3u9MwEKRvL2kxOc8lBorddFRnM8o_o1frqtae86a4,1697
|
|
55
|
-
spiral/core/table/spec/__init__.pyi,sha256=
|
|
55
|
+
spiral/core/table/spec/__init__.pyi,sha256=fVuc2j3uoTdWfYNm720OfUIgrLYw9fRwj44maI5bgdY,5709
|
|
56
56
|
spiral/dataloader.py,sha256=W9siY4BF4p_rwTTSS4KgsaQsPLxxza6XmQhrdBzzMJ8,10592
|
|
57
57
|
spiral/dataset.py,sha256=PMLoXnXuEUciP6-NXqTmQLXu0UIH7OcC4-iZtY_iuO8,7973
|
|
58
58
|
spiral/datetime_.py,sha256=elXaUWtZuuLVcu9E0aXnvYRPB9XWqZbLDToozQYQYjU,950
|
|
@@ -106,4 +106,4 @@ spiral/table.py,sha256=prjDBcm6Qerdq3ypXzfbXb7ngAcO0j-Z9aTeZvzKoqs,12209
|
|
|
106
106
|
spiral/text_index.py,sha256=FQ9rgIEGLSJryS9lFdMhKtPFey18BXoWbPXyvZPJJ04,442
|
|
107
107
|
spiral/transaction.py,sha256=hQm6DfCklMDpIYJ9qA2wR45cCuUPGCiJy1tHGE3AsEY,3418
|
|
108
108
|
spiral/types_.py,sha256=W_jyO7F6rpPiH69jhgSgV7OxQZbOlb1Ho3InpKUP6Eo,155
|
|
109
|
-
pyspiral-0.6.
|
|
109
|
+
pyspiral-0.6.16.dist-info/RECORD,,
|
spiral/_lib.abi3.so
CHANGED
|
Binary file
|
|
@@ -178,11 +178,7 @@ class KeySpaceWriteOp:
|
|
|
178
178
|
|
|
179
179
|
class ColumnGroupWriteOp:
|
|
180
180
|
column_group: ColumnGroup
|
|
181
|
-
level: FragmentLevel
|
|
182
181
|
manifest_handle: ManifestHandle
|
|
183
|
-
key_span: KeySpan
|
|
184
|
-
key_extent: KeyExtent
|
|
185
|
-
column_ids: list[str]
|
|
186
182
|
|
|
187
183
|
class SchemaEvolutionOp:
|
|
188
184
|
column_group: ColumnGroup
|
|
File without changes
|
|
File without changes
|