-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Remove unnecessary file #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on JIRA? https://issues.apache.org/jira/browse/ARROW Opening JIRAs ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename pull request title in the following format?
or
See also: |
Codecov Report
@@ Coverage Diff @@
## master #15 +/- ##
=======================================
Coverage 70.41% 70.41%
=======================================
Files 123 123
Lines 21261 21261
=======================================
Hits 14970 14970
Misses 6291 6291 Continue to review full report at Codecov.
|
Looks good, closing |
* wip * make cargo test compile * WIP fix tests
Push down join
* add workflows * change branch name
This PR is mostly to test that the CI checks are working on datafusion after master rewrite