Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade to DataFusion 44.0.0 #1154

Draft
wants to merge 32 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
dfd68aa
move aggregate expressions to spark-expr crate
andygrove Dec 7, 2024
f638123
move more expressions
andygrove Dec 7, 2024
3257543
move benchmark
andygrove Dec 7, 2024
42ecfbb
normalize_nan
andygrove Dec 7, 2024
03bff06
bitwise not
andygrove Dec 7, 2024
7bc7ab8
comet scalar funcs
andygrove Dec 7, 2024
83dc657
update bench imports
andygrove Dec 7, 2024
601fed2
save
andygrove Dec 9, 2024
3b194db
save
andygrove Dec 9, 2024
bc19b74
save
andygrove Dec 9, 2024
4121532
upmerge
andygrove Dec 9, 2024
2731c7e
remove unused imports
andygrove Dec 9, 2024
911a0b3
clippy
andygrove Dec 9, 2024
a45c329
implement more hashers
andygrove Dec 9, 2024
227061d
implement Hash and PartialEq
andygrove Dec 10, 2024
bf0072d
implement Hash and PartialEq
andygrove Dec 10, 2024
97bbedc
implement Hash and PartialEq
andygrove Dec 10, 2024
97e2ac3
benches
andygrove Dec 10, 2024
6a73f62
fix ScalarUDFImpl.return_type failure
andygrove Dec 10, 2024
606403e
exclude test from miri
andygrove Dec 10, 2024
3ae7866
ignore correct test
andygrove Dec 10, 2024
fd5279a
ignore another test
andygrove Dec 10, 2024
4638fe3
remove miri checks
andygrove Dec 11, 2024
febc1f1
use return_type_from_exprs
andygrove Dec 11, 2024
93187d0
Revert "use return_type_from_exprs"
andygrove Dec 11, 2024
1ed7f3a
use DF main branch
andygrove Dec 11, 2024
b7dcbd3
hacky workaround for regression in ScalarUDFImpl.return_type
andygrove Dec 11, 2024
7bcfd18
fix repo url
andygrove Dec 11, 2024
e14a07a
pin to revision
andygrove Dec 11, 2024
9754d52
Merge remote-tracking branch 'apache/main' into upgrade-df-dec2024
andygrove Dec 13, 2024
9653541
bump to latest rev
andygrove Dec 13, 2024
df5d183
bump to latest DF rev
andygrove Dec 18, 2024
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
49 changes: 0 additions & 49 deletions .github/workflows/miri.yml

This file was deleted.

Loading