duckdb 1.4.1.dev141__cp312-cp312-macosx_10_13_x86_64.whl → 1.4.2.dev1__cp312-cp312-macosx_10_13_x86_64.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 duckdb might be problematic. Click here for more details.
- _duckdb.cpython-312-darwin.so +0 -0
- duckdb/polars_io.py +2 -2
- {duckdb-1.4.1.dev141.dist-info → duckdb-1.4.2.dev1.dist-info}/METADATA +1 -1
- {duckdb-1.4.1.dev141.dist-info → duckdb-1.4.2.dev1.dist-info}/RECORD +6 -6
- {duckdb-1.4.1.dev141.dist-info → duckdb-1.4.2.dev1.dist-info}/WHEEL +0 -0
- {duckdb-1.4.1.dev141.dist-info → duckdb-1.4.2.dev1.dist-info}/licenses/LICENSE +0 -0
_duckdb.cpython-312-darwin.so
CHANGED
|
Binary file
|
duckdb/polars_io.py
CHANGED
|
@@ -277,8 +277,8 @@ def duckdb_source(relation: duckdb.DuckDBPyRelation, schema: pl.schema.Schema) -
|
|
|
277
277
|
for record_batch in iter(results.read_next_batch, None):
|
|
278
278
|
if predicate is not None and duck_predicate is None:
|
|
279
279
|
# We have a predicate, but did not manage to push it down, we fallback here
|
|
280
|
-
yield pl.from_arrow(record_batch).filter(predicate) # type: ignore[arg-type,misc]
|
|
280
|
+
yield pl.from_arrow(record_batch).filter(predicate) # type: ignore[arg-type,misc,unused-ignore]
|
|
281
281
|
else:
|
|
282
|
-
yield pl.from_arrow(record_batch) # type: ignore[misc]
|
|
282
|
+
yield pl.from_arrow(record_batch) # type: ignore[misc,unused-ignore]
|
|
283
283
|
|
|
284
284
|
return register_io_source(source_generator, schema=schema)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
_duckdb.cpython-312-darwin.so,sha256=
|
|
2
|
-
duckdb/polars_io.py,sha256=
|
|
1
|
+
_duckdb.cpython-312-darwin.so,sha256=1DWLa9bvb5f4UHxFTliiFiThCBunpsMaIxxlPAdzAUc,45558160
|
|
2
|
+
duckdb/polars_io.py,sha256=rOY2k5SKDvFQfxgTdkngi70CY8HRaPk-NE3u4vzY-YE,10996
|
|
3
3
|
duckdb/_version.py,sha256=YED0DUA67R3YQhz3hY_0QA_goTaWK2HE2epopxDxrIc,844
|
|
4
4
|
duckdb/_dbapi_type_object.py,sha256=NW-m3YcpJwwpQ4UC9lj68eioUB1NbdmgaaQID6v9ecU,6980
|
|
5
5
|
duckdb/filesystem.py,sha256=GjKX8kNZrGTVtZkRru6pPO6-A5oWP1Dd8Qi89J62TqA,1299
|
|
@@ -44,9 +44,9 @@ duckdb/func/__init__.py,sha256=oisXanDpKYjBG-tS1AMGVtodDGqKZspYbCLX5YlbWLQ,203
|
|
|
44
44
|
_duckdb-stubs/_func.pyi,sha256=1_39vmTVZZep_vSNVWVRBwLlz3YUk42yQeAvfZQXk1M,2086
|
|
45
45
|
_duckdb-stubs/_sqltypes.pyi,sha256=zJD-frBluEE2PrZccsHr9TjkTuWcCQLPe9FoG0YpKMI,2165
|
|
46
46
|
_duckdb-stubs/__init__.pyi,sha256=kPWv71k0P7ehfS7hjx-aj3GXA93QfuJtcRkPzV70s2U,63546
|
|
47
|
-
duckdb-1.4.
|
|
48
|
-
duckdb-1.4.
|
|
49
|
-
duckdb-1.4.
|
|
50
|
-
duckdb-1.4.
|
|
47
|
+
duckdb-1.4.2.dev1.dist-info/RECORD,,
|
|
48
|
+
duckdb-1.4.2.dev1.dist-info/WHEEL,sha256=e8zRXXe0m9rb0lubAfNKoq0NqzHoaXRFcyxnC1Sqoa0,143
|
|
49
|
+
duckdb-1.4.2.dev1.dist-info/METADATA,sha256=QaZmYGfenUQK-GiCaWU3Kb3OiZNOGfzoxTBzYXvCX88,14077
|
|
50
|
+
duckdb-1.4.2.dev1.dist-info/licenses/LICENSE,sha256=fhf9MSSfqHXLOxxeBcbD6Zt1UJ9qKATKF2wheDTeHcs,1072
|
|
51
51
|
adbc_driver_duckdb/dbapi.py,sha256=Jg6JWpy2WUoew8XN-LU5BW7_RFDJQKmhaOYD7uPY6xo,3461
|
|
52
52
|
adbc_driver_duckdb/__init__.py,sha256=OIW5djWVmfo5fFFNzJLIPuWbAh0j5XbEoUG5OTmpSSs,1914
|
|
File without changes
|
|
File without changes
|