mplang-nightly 0.1.dev287__py3-none-any.whl → 0.1.dev288__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.
- mplang/backends/table_impl.py +1 -1
- {mplang_nightly-0.1.dev287.dist-info → mplang_nightly-0.1.dev288.dist-info}/METADATA +1 -1
- {mplang_nightly-0.1.dev287.dist-info → mplang_nightly-0.1.dev288.dist-info}/RECORD +6 -6
- {mplang_nightly-0.1.dev287.dist-info → mplang_nightly-0.1.dev288.dist-info}/WHEEL +0 -0
- {mplang_nightly-0.1.dev287.dist-info → mplang_nightly-0.1.dev288.dist-info}/entry_points.txt +0 -0
- {mplang_nightly-0.1.dev287.dist-info → mplang_nightly-0.1.dev288.dist-info}/licenses/LICENSE +0 -0
mplang/backends/table_impl.py
CHANGED
|
@@ -346,7 +346,7 @@ class ParquetReader(pa.RecordBatchReader):
|
|
|
346
346
|
pass
|
|
347
347
|
if batches:
|
|
348
348
|
return pa.Table.from_batches(batches)
|
|
349
|
-
return pa.Table.from_batches([])
|
|
349
|
+
return pa.Table.from_batches([], schema=self._schema)
|
|
350
350
|
|
|
351
351
|
def read_next_batch(self) -> pa.RecordBatch:
|
|
352
352
|
batch = next(self._iter)
|
|
@@ -13,7 +13,7 @@ mplang/backends/simp_design.md,sha256=u4YeDLKk5avsueXhzPtt4OUBToBmurOVK_BWTKTJ7w
|
|
|
13
13
|
mplang/backends/spu_impl.py,sha256=mkyNCwHC4N7zZ23mCRdOqJWbKv8dxH-Tqi14cTyhGSA,9526
|
|
14
14
|
mplang/backends/spu_state.py,sha256=tgwOiWN6zfP-fBx2rN2cNnC-Y9GrSArqU-ZBT3NdXls,6557
|
|
15
15
|
mplang/backends/store_impl.py,sha256=BdrCfNhFbcjswIvfxD2XKGYeBfBrmEQA3pj2-EDzFcI,2213
|
|
16
|
-
mplang/backends/table_impl.py,sha256=
|
|
16
|
+
mplang/backends/table_impl.py,sha256=v9a_44QhvJf7plxj3yFbphf-Be07a6dNhwXBiiTbff8,27638
|
|
17
17
|
mplang/backends/tee_impl.py,sha256=5yed94Lr55hgSDT6j3FjdTboqzhl4HpJ9lGk1YGZBXQ,7026
|
|
18
18
|
mplang/backends/tensor_impl.py,sha256=iIOsvSXiRsQWbC8BBfPUpOUhAXJW8VY11l0BxsMVYPo,18963
|
|
19
19
|
mplang/backends/simp_driver/__init__.py,sha256=pQkHGR8HagnPB4OqagPZY-Ul19y6HjIJ5dY6QXZrBH8,1243
|
|
@@ -101,8 +101,8 @@ mplang/tool/program.py,sha256=W3H8bpPirnoJ4ZrmyPYuMCPadJis20o__n_1MKqCsWU,11058
|
|
|
101
101
|
mplang/utils/__init__.py,sha256=Hwrwti2nfPxWUXV8DN6T1QaqXH_Jsd27k8UMSdBGUns,1073
|
|
102
102
|
mplang/utils/func_utils.py,sha256=aZ-X43w8JKJgiF-IUMS0G7QqrNeoTM5ZPzRNd-tKxpw,5180
|
|
103
103
|
mplang/utils/logging.py,sha256=9dMhwprVbx1WMGJrgoQbWmV50vyYuLU4NSPnetcl1Go,7237
|
|
104
|
-
mplang_nightly-0.1.
|
|
105
|
-
mplang_nightly-0.1.
|
|
106
|
-
mplang_nightly-0.1.
|
|
107
|
-
mplang_nightly-0.1.
|
|
108
|
-
mplang_nightly-0.1.
|
|
104
|
+
mplang_nightly-0.1.dev288.dist-info/METADATA,sha256=hzQlzwB9anuop3UrpF_QX9zxGqVGwd0_XOZJhPk4bcM,16783
|
|
105
|
+
mplang_nightly-0.1.dev288.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
106
|
+
mplang_nightly-0.1.dev288.dist-info/entry_points.txt,sha256=mG1oJT-GAjQR834a62_QIWb7litzWPPyVnwFqm-rWuY,55
|
|
107
|
+
mplang_nightly-0.1.dev288.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
108
|
+
mplang_nightly-0.1.dev288.dist-info/RECORD,,
|
|
File without changes
|
{mplang_nightly-0.1.dev287.dist-info → mplang_nightly-0.1.dev288.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{mplang_nightly-0.1.dev287.dist-info → mplang_nightly-0.1.dev288.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|