Skip to content

Commit

Permalink
fix group by with null keys
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcalabria committed Oct 9, 2023
1 parent 7c367e1 commit 0b12718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/cubestore/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/cubestore/cubestore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cuberpc = { path = "../cuberpc" }
parquet = { git = "https://github.com/cube-js/arrow-rs", branch = "cube", features = ["arrow"] }
arrow = { git = "https://github.com/cube-js/arrow-rs", branch = "cube" }
arrow-flight = { git = "https://github.com/cube-js/arrow-rs", branch = "cube" }
datafusion = { git = "https://github.com/cube-js/arrow-datafusion", branch = "cube", features = ["default_nulls_last"] }
datafusion = { git = "https://github.com/igorcalabria/arrow-datafusion.git", branch = "fix-group-by-null-columns", features = ["default_nulls_last"] }
csv = "1.1.3"
bytes = "0.5.4"
serde_json = "1.0.56"
Expand Down

0 comments on commit 0b12718

Please sign in to comment.