Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
dc39e9c
chore: Upgrade `rand` crate and some other minor crates
comphead Mar 3, 2025
767035e
chore: Upgrade `rand` crate and some other minor crates
comphead Mar 3, 2025
b14b71a
chore: Upgrade `rand` crate and some other minor crates
comphead Mar 11, 2025
6e95ed2
rgochore: Upgrade `rand` crate and some other minor crates
comphead Mar 12, 2025
b18a668
chore: Upgrade `rand` crate and some other minor crates
comphead Mar 12, 2025
f427e01
chore: Upgrade `rand` crate and some other minor crates
comphead Mar 12, 2025
3cfb0e0
chore: Upgrade `rand` crate and some other minor crates
comphead Mar 12, 2025
c935f4e
chore: Upgrade `rand` crate and some other minor crates
comphead Mar 12, 2025
8f6d4ea
chore: Upgrade `rand` crate and some other minor crates
comphead Mar 12, 2025
74cbd97
chore: Upgrade `rand` crate and some other minor crates
comphead Mar 12, 2025
3aa3ca1
chore: Upgrade `rand` crate and some other minor crates
comphead Mar 12, 2025
0af4a68
chore: Upgrade `rand` crate and some other minor crates
comphead Mar 26, 2025
5b4d836
merge
comphead Apr 13, 2025
316a02d
merge
comphead Apr 28, 2025
ed87d8a
Revert submodule updates
alamb May 18, 2025
6219680
chore: Upgrade `rand` crate and some other minor crates
comphead May 20, 2025
3746b9e
chore: Upgrade `rand` crate and some other minor crates
comphead May 20, 2025
6fd996c
chore: Upgrade `rand` crate and some other minor crates
comphead May 20, 2025
d33ef5b
chore: Upgrade `rand` crate and some other minor crates
comphead May 20, 2025
96ef9e1
chore: Upgrade `rand` crate and some other minor crates
comphead May 20, 2025
14761ca
chore: Upgrade `rand` crate and some other minor crates
comphead May 20, 2025
b21f1c3
chore: Upgrade `rand` crate and some other minor crates
comphead May 20, 2025
b652b52
chore: Use pre created data for filter pushdown tests
comphead May 21, 2025
321f949
chore: Upgrade `rand` crate and some other minor crates
comphead May 21, 2025
2219b3c
chore: Upgrade `rand` crate and some other minor crates
comphead May 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,8 @@ jobs:
- name: Run tests with headless mode
working-directory: ./datafusion/wasmtest
run: |
wasm-pack test --headless --firefox
wasm-pack test --headless --chrome --chromedriver $CHROMEWEBDRIVER/chromedriver
RUSTFLAGS='--cfg getrandom_backend="wasm_js"' wasm-pack test --headless --firefox
RUSTFLAGS='--cfg getrandom_backend="wasm_js"' wasm-pack test --headless --chrome --chromedriver $CHROMEWEBDRIVER/chromedriver

# verify that the benchmark queries return the correct results
verify-benchmark-results:
Expand Down
Loading