Skip to content

Commit 17a9fdf

Browse files
committed
Update DF
1 parent 707285d commit 17a9fdf

File tree

4 files changed

+45
-43
lines changed

4 files changed

+45
-43
lines changed

Cargo.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,18 +94,18 @@ cudarc = { version = "0.17.3", features = [
9494
"dynamic-loading",
9595
], default-features = false }
9696
dashmap = "6.1.0"
97-
datafusion = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "6420a01", default-features = false }
98-
datafusion-catalog = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "6420a01" }
99-
datafusion-common = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "6420a01" }
100-
datafusion-common-runtime = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "6420a01" }
101-
datafusion-datasource = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "6420a01", default-features = false }
102-
datafusion-execution = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "6420a01" }
103-
datafusion-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "6420a01" }
104-
datafusion-physical-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "6420a01" }
105-
datafusion-physical-expr-adapter = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "6420a01" }
106-
datafusion-physical-expr-common = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "6420a01" }
107-
datafusion-physical-plan = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "6420a01" }
108-
datafusion-pruning = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "6420a01" }
97+
datafusion = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29", default-features = false }
98+
datafusion-catalog = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29" }
99+
datafusion-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29" }
100+
datafusion-common-runtime = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29" }
101+
datafusion-datasource = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29", default-features = false }
102+
datafusion-execution = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29" }
103+
datafusion-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29" }
104+
datafusion-physical-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29" }
105+
datafusion-physical-expr-adapter = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29" }
106+
datafusion-physical-expr-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29" }
107+
datafusion-physical-plan = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29" }
108+
datafusion-pruning = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29" }
109109
dirs = "6.0.0"
110110
divan = { package = "codspeed-divan-compat", version = "4.0.4" }
111111
dyn-hash = "0.2.0"

java/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
build
66

77
# generated source directories
8-
generated_src/
8+
generated_src/
9+
vortex-spark/bin

java/vortex-jni/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.dylib
22
*.so
3+
bin/

0 commit comments

Comments
 (0)