Skip to content

Commit

Permalink
Test forked datafusion
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Apr 10, 2024
1 parent ba4012a commit a5b9a35
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 24 deletions.
67 changes: 43 additions & 24 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,5 @@ debug = 1
# datafusion = { git = 'https://github.com/apache/arrow-datafusion.git', tag = '37.0.0-rc1' }
# datafusion-common = { git = 'https://github.com/apache/arrow-datafusion.git', tag = '37.0.0-rc1' }
# datafusion-odata = { git = 'https://github.com/kamu-data/datafusion-odata.git', tag = '37.0.0-rc1' }
datafusion = { git = 'https://github.com/kamu-data/arrow-datafusion.git', branch = 'lint/large_futures_2' }
datafusion-common = { git = 'https://github.com/kamu-data/arrow-datafusion.git', branch = 'lint/large_futures_2' }

0 comments on commit a5b9a35

Please sign in to comment.