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

Update to arrow/parquet 53.0.0, tonic, prost, object_store, pyo3 #12032

Merged
merged 50 commits into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
f13c8f3
Update prost, prost-derive, pbjson
alamb Jul 9, 2024
c51fd50
udpate more
alamb Jul 9, 2024
839ba91
Merge remote-tracking branch 'apache/main' into alamb/update_prost
alamb Jul 10, 2024
a6cadde
Update datafusion/substrait/Cargo.toml
alamb Jul 10, 2024
e34019b
Merge branch 'alamb/update_prost' of github.com:alamb/datafusion into…
alamb Jul 10, 2024
7900a07
Update vendored code
alamb Jul 10, 2024
5ea5ced
revert upgrade in datafusion-examples until arrow-flight is updated
alamb Jul 10, 2024
6694983
Pin to pre-release arrow-rs
alamb Aug 16, 2024
4e3f97e
Merge remote-tracking branch 'alamb/alamb/update_prost' into alamb/up…
alamb Aug 16, 2024
6cc5db1
update pyo3
alamb Aug 16, 2024
68b6e6c
Update to use new arrow apis
alamb Aug 16, 2024
aa310fe
update for new api
alamb Aug 16, 2024
f454e89
Update tonic in examples
alamb Aug 16, 2024
98bb11a
update prost
alamb Aug 16, 2024
5b0fa44
update datafusion-cli/cargo
alamb Aug 16, 2024
6f501bc
update test output
alamb Aug 16, 2024
3542aea
update
alamb Aug 16, 2024
e6416c3
updates
alamb Aug 16, 2024
3a06488
updates
alamb Aug 16, 2024
5d7b0fe
update math
alamb Aug 16, 2024
cb623d9
update more
alamb Aug 16, 2024
c2a6bf5
fix scalar tests
alamb Aug 16, 2024
1ac1787
Port statistics to use new API
alamb Aug 16, 2024
67ad234
factor into a function
alamb Aug 16, 2024
5b6498e
update generated files
alamb Aug 16, 2024
e77b7df
Update test
alamb Aug 19, 2024
d38b99e
Merge remote-tracking branch 'apache/main' into alamb/update_arrow_53
alamb Aug 19, 2024
a89fa87
add new test
alamb Aug 19, 2024
3717c25
update tests
alamb Aug 19, 2024
230aeec
tapelo format
alamb Aug 19, 2024
ed2b222
Update other tests
alamb Aug 19, 2024
b446fcc
Merge remote-tracking branch 'apache/main' into alamb/update_arrow_53
alamb Aug 20, 2024
b666c31
Update datafusion pin
alamb Aug 20, 2024
f2be69f
Merge remote-tracking branch 'apache/main' into alamb/update_arrow_53
alamb Aug 21, 2024
2062a32
Update for API change
alamb Aug 21, 2024
82641d8
Merge remote-tracking branch 'apache/main' into alamb/update_arrow_53
alamb Aug 21, 2024
c61b499
Merge remote-tracking branch 'apache/main' into alamb/update_arrow_53
alamb Aug 22, 2024
124efd2
Merge remote-tracking branch 'apache/main' into alamb/update_arrow_53
alamb Sep 1, 2024
13bb146
Update to arrow 53.0.0 sha
alamb Sep 1, 2024
03378ed
Update cli deps
alamb Sep 1, 2024
0ede9e4
Merge remote-tracking branch 'apache/main' into alamb/update_arrow_53
alamb Sep 2, 2024
d43f9dd
Merge remote-tracking branch 'apache/main' into alamb/update_arrow_53
alamb Sep 2, 2024
15f4c5f
update cargo.lock
alamb Sep 2, 2024
fdd6e98
Merge remote-tracking branch 'apache/main' into alamb/update_arrow_53
alamb Sep 2, 2024
5a35f3c
Update expected output
alamb Sep 2, 2024
3d0b99c
Merge remote-tracking branch 'apache/main' into alamb/update_arrow_53
alamb Sep 3, 2024
c534a29
Remove patch
alamb Sep 3, 2024
1dfd713
update datafusion-cli cargo
alamb Sep 3, 2024
a2613a6
Pin some aws sdks whose update caused CI failures
alamb Sep 3, 2024
0b6b11c
Merge remote-tracking branch 'apache/main' into alamb/update_arrow_53
alamb Sep 3, 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
24 changes: 13 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,22 @@ version = "41.0.0"
ahash = { version = "0.8", default-features = false, features = [
"runtime-rng",
] }
arrow = { version = "52.2.0", features = [
arrow = { version = "53.0.0", features = [
"prettyprint",
] }
arrow-array = { version = "52.2.0", default-features = false, features = [
arrow-array = { version = "53.0.0", default-features = false, features = [
"chrono-tz",
] }
arrow-buffer = { version = "52.2.0", default-features = false }
arrow-flight = { version = "52.2.0", features = [
arrow-buffer = { version = "53.0.0", default-features = false }
arrow-flight = { version = "53.0.0", features = [
"flight-sql-experimental",
] }
arrow-ipc = { version = "52.2.0", default-features = false, features = [
arrow-ipc = { version = "53.0.0", default-features = false, features = [
"lz4",
] }
arrow-ord = { version = "52.2.0", default-features = false }
arrow-schema = { version = "52.2.0", default-features = false }
arrow-string = { version = "52.2.0", default-features = false }
arrow-ord = { version = "53.0.0", default-features = false }
arrow-schema = { version = "53.0.0", default-features = false }
arrow-string = { version = "53.0.0", default-features = false }
async-trait = "0.1.73"
bigdecimal = "=0.4.1"
bytes = "1.4"
Expand Down Expand Up @@ -122,15 +122,17 @@ indexmap = "2.0.0"
itertools = "0.13"
log = "^0.4"
num_cpus = "1.13.0"
object_store = { version = "0.10.2", default-features = false }
object_store = { version = "0.11.0", default-features = false }
parking_lot = "0.12"
parquet = { version = "52.2.0", default-features = false, features = [
parquet = { version = "53.0.0", default-features = false, features = [
"arrow",
"async",
"object_store",
] }
pbjson = { version = "0.7.0" }
# Should match arrow-flight's version of prost.
prost = "0.12.3"
prost = "0.13.1"
prost-derive = "0.13.1"
rand = "0.8"
regex = "1.8"
rstest = "0.22.0"
Expand Down
Loading