Create starting point for combined user guide for DataFusion and Ballista#20
Merged
andygrove merged 3 commits intoapache:masterfrom Apr 21, 2021
Merged
Create starting point for combined user guide for DataFusion and Ballista#20andygrove merged 3 commits intoapache:masterfrom
andygrove merged 3 commits intoapache:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20 +/- ##
=======================================
Coverage 70.41% 70.41%
=======================================
Files 123 123
Lines 21261 21261
=======================================
Hits 14970 14970
Misses 6291 6291 Continue to review full report at Codecov.
|
jorgecarleitao
approved these changes
Apr 21, 2021
msathis
reviewed
Apr 21, 2021
| @@ -0,0 +1 @@ | |||
| book No newline at end of file | |||
Contributor
There was a problem hiding this comment.
We should add a new line at the end of the file?
Contributor
|
I think few lines about how ballista relates to datafusion would be great (If it's not covered already). |
Member
Author
It is covered in the FAQ but it would be good to make this more prominent, perhaps in the introduction, as a follow on PR. |
EricJoy2048
pushed a commit
to argoengine/arrow-datafusion
that referenced
this pull request
Feb 24, 2022
添加元数据服务,并将scheduler和executor放到一个进程中启动,添加be-cli Closes apache#20 See merge request noah/argo_engine!50
irenjj
pushed a commit
to irenjj/datafusion
that referenced
this pull request
Jul 3, 2025
…-down Fix wrong domain push down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commit 1 moves the existing Ballista user guide to the top level.
Commit 2 refactors the content to be DataFusion first, with one chapter on distributed (Ballista) usage. I copied some content from the DataFusion README as a minimal starting point.
This is just a starting point so that we can all start collaborating on a user guide (separate from the developer documentation).
Closes #19