We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5587f65 commit dc00684Copy full SHA for dc00684
2 files changed
.github/workflows/test-python.yml
@@ -98,7 +98,7 @@ jobs:
98
if: github.ref_name != 'main' && matrix.python-version != '3.13t'
99
env:
100
POLARS_TIMEOUT_MS: 60000
101
- run: pytest -sv tests/unit/io/test_iceberg.py # -n auto -m "not release and not benchmark and not docs"
+ run: pytest -sv tests/unit/io/test_iceberg.py -m "" # -n auto -m "not release and not benchmark and not docs"
102
103
- name: Run tests with new streaming engine
104
crates/polars-plan/dsl-schema.sha256
@@ -1 +1 @@
1
-98c1f4b0114efbddd126c50a95ac945068cb639d9583d5e960e7d35d948f6a75
+0d0f0e1008930511fc4d53ce51f8271100fa7a1e56a7c6751a8ded910d8609b3
0 commit comments