Skip to content

Commit

Permalink
refactor(rust): Enable new_streaming feature by default (#19502)
Browse files Browse the repository at this point in the history
  • Loading branch information
orlp authored Oct 29, 2024
1 parent 00b4d61 commit f64fe8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
env:
RUSTFLAGS: -C embed-bitcode -D warnings
working-directory: py-polars
run: maturin develop --features new_streaming --release -- -C codegen-units=8 -C lto=thin -C target-cpu=native
run: maturin develop --release -- -C codegen-units=8 -C lto=thin -C target-cpu=native

- name: Run benchmark tests
uses: CodSpeedHQ/action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
save-if: ${{ github.ref_name == 'main' }}

- name: Install Polars
run: maturin develop --features new_streaming
run: maturin develop

- name: Run doctests
if: github.ref_name != 'main' && matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion crates/polars-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ all = [
"binary_encoding",
"ffi_plugin",
"polars_cloud",
# "new_streaming",
"new_streaming",
]

# we cannot conditionally activate simd
Expand Down

0 comments on commit f64fe8a

Please sign in to comment.