Skip to content

Commit

Permalink
upgrade to datafusion 8.0.0 (#5)
Browse files Browse the repository at this point in the history
ExecutionPlan.execute switch from async to sync
  • Loading branch information
jychen7 committed Jul 8, 2022
2 parents 27df71b + 667f795 commit f099810
Show file tree
Hide file tree
Showing 5 changed files with 430 additions and 322 deletions.
127 changes: 97 additions & 30 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ readme = "README.md"
keywords = [ "arrow", "query", "sql", "datafusion", "bigtable" ]

[dependencies]
datafusion = "7.0.0"
arrow = { version = "9.0.0", features = ["prettyprint"] }
datafusion = "8.0.0"
arrow = { version = "13", features = ["prettyprint"] }
async-trait = "0.1.41"
bigtable_rs = "0.1.5"
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "fs", "parking_lot"] }
byteorder = "0.5.1"
futures = "0.3"
Loading

0 comments on commit f099810

Please sign in to comment.