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 authored and cfms3 committed May 30, 2024
1 parent 8ce717c commit bc76db1
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 @@ -30,7 +30,7 @@ cubedatasketches = { path = "../cubedatasketches" }
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" }
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 = "1.6.0"
serde_json = "1.0.56"
Expand Down

0 comments on commit bc76db1

Please sign in to comment.