chalkpy 2.98.5__py3-none-any.whl → 2.98.6__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.
- chalk/_version.py +1 -1
- chalk/features/_encoding/protobuf.py +4 -2
- {chalkpy-2.98.5.dist-info → chalkpy-2.98.6.dist-info}/METADATA +1 -1
- {chalkpy-2.98.5.dist-info → chalkpy-2.98.6.dist-info}/RECORD +7 -7
- {chalkpy-2.98.5.dist-info → chalkpy-2.98.6.dist-info}/WHEEL +0 -0
- {chalkpy-2.98.5.dist-info → chalkpy-2.98.6.dist-info}/entry_points.txt +0 -0
- {chalkpy-2.98.5.dist-info → chalkpy-2.98.6.dist-info}/top_level.txt +0 -0
chalk/_version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "2.98.
|
|
1
|
+
__version__ = "2.98.6"
|
|
@@ -37,11 +37,13 @@ def _get_pyarrow_type_for_proto_field(field_descriptor: FieldDescriptor) -> pa.D
|
|
|
37
37
|
FieldDescriptor.TYPE_UINT64: pa.uint64(),
|
|
38
38
|
FieldDescriptor.TYPE_INT32: pa.int32(),
|
|
39
39
|
FieldDescriptor.TYPE_FIXED64: pa.uint64(),
|
|
40
|
-
|
|
40
|
+
# Velox doesn't support unsigned ints, so we fit the uint32's into int64's
|
|
41
|
+
FieldDescriptor.TYPE_FIXED32: pa.int64(),
|
|
41
42
|
FieldDescriptor.TYPE_BOOL: pa.bool_(),
|
|
42
43
|
FieldDescriptor.TYPE_STRING: pa.large_utf8(),
|
|
43
44
|
FieldDescriptor.TYPE_BYTES: pa.binary(),
|
|
44
|
-
|
|
45
|
+
# Velox doesn't support unsigned ints, so we fit the uint32's into int64's
|
|
46
|
+
FieldDescriptor.TYPE_UINT32: pa.int64(),
|
|
45
47
|
FieldDescriptor.TYPE_SFIXED32: pa.int32(),
|
|
46
48
|
FieldDescriptor.TYPE_SFIXED64: pa.int64(),
|
|
47
49
|
FieldDescriptor.TYPE_SINT32: pa.int32(),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
chalk/__init__.py,sha256=vKsx9-cl5kImlVWGHVRYO6bweBm79NAzGs3l36u71wM,2657
|
|
2
|
-
chalk/_version.py,sha256=
|
|
2
|
+
chalk/_version.py,sha256=lCU8-hElWBDbqghv9vMcFvFH7YnIyamLkmO8KLLgp4g,23
|
|
3
3
|
chalk/cli.py,sha256=ckqqfOI-A2mT23-rnZzDMmblYj-2x1VBX8ebHlIEn9A,5873
|
|
4
4
|
chalk/importer.py,sha256=m4lMn1lSYj_euDq8CS7LYTBnek9JOcjGJf9-82dJHbA,64441
|
|
5
5
|
chalk/prompts.py,sha256=2H9UomLAamdfRTNUdKs9i3VTpiossuyRhntqsAXUhhg,16117
|
|
@@ -680,7 +680,7 @@ chalk/features/_encoding/json.py,sha256=lHSBWIjNKMDmt_AmiFtf4ZsW5QPIEC6r7NvDW0Id
|
|
|
680
680
|
chalk/features/_encoding/missing_value.py,sha256=EacZ9T4lhlNbKJe7n8fQn_37TxWglqcBHx427ek80CY,508
|
|
681
681
|
chalk/features/_encoding/outputs.py,sha256=W9XQCs-YzWqZKs1rXjMmXtN00kFoMjsITPWQ0pTV32E,5119
|
|
682
682
|
chalk/features/_encoding/primitive.py,sha256=8ECCEOwPRGUpFEUBK0nt_QWVDu3gB5NvPnBMkHyrnjo,1226
|
|
683
|
-
chalk/features/_encoding/protobuf.py,sha256=
|
|
683
|
+
chalk/features/_encoding/protobuf.py,sha256=_GCDL9hwREZgOSNrsTwT3OkC5foJYVxv_G5_wN6h0bk,6135
|
|
684
684
|
chalk/features/_encoding/pyarrow.py,sha256=Psj-KrNc0pkSjSxiFKiQcBpwAo5U7uJAc6o-ZNDgc2c,19807
|
|
685
685
|
chalk/features/_encoding/rich.py,sha256=Tln2iwnhJirsPaVFx0Kbyc89CWcCccWiNMgV1m-8Yr4,16177
|
|
686
686
|
chalk/features/_encoding/serialized_dtype.py,sha256=HttVeCAqR-tU4jlq_AA_G61Z67t86gecIMMMnpg95IY,11124
|
|
@@ -827,8 +827,8 @@ chalk/utils/tracing.py,sha256=NiiM-9dbuJhSCv6R1npR1uYNKWlkqTR6Ygm0Voi2NrY,13078
|
|
|
827
827
|
chalk/utils/weak_set_by_identity.py,sha256=VmikA_laYwFeOphCwXJIuyOIkrdlQe0bSzaXq7onoQw,953
|
|
828
828
|
chalk/utils/pydanticutil/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
829
829
|
chalk/utils/pydanticutil/pydantic_compat.py,sha256=O575lLYJ5GvZC4HMzR9yATxf9XwjC6NrDUXbNwZidlE,3031
|
|
830
|
-
chalkpy-2.98.
|
|
831
|
-
chalkpy-2.98.
|
|
832
|
-
chalkpy-2.98.
|
|
833
|
-
chalkpy-2.98.
|
|
834
|
-
chalkpy-2.98.
|
|
830
|
+
chalkpy-2.98.6.dist-info/METADATA,sha256=_FtE0_mtvo_reEoEYa0_LgLU4Dn5-3vO0Y20jvu-4sU,27754
|
|
831
|
+
chalkpy-2.98.6.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
832
|
+
chalkpy-2.98.6.dist-info/entry_points.txt,sha256=Vg23sd8icwq-morJrljVFr-kQnMbm95rZfZj5wsZGis,42
|
|
833
|
+
chalkpy-2.98.6.dist-info/top_level.txt,sha256=1Q6_19IGYfNxSw50W8tYKEJ2t5HKQ3W9Wiw4ia5yg2c,6
|
|
834
|
+
chalkpy-2.98.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|