Uh oh!
There was an error while loading. Please reload this page.
Remove unnecessary file - #15
Closed
alamb wants to merge 1 commit into
Closed
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-commenter
commented
Apr 20, 2021
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.
|
alamb
commented
Apr 20, 2021
ContributorAuthor
Looks good, closing |
yjshen referenced
this pull request
in yjshen/datafusion
Dec 28, 2021
* wip * make cargo test compile * WIP fix tests
This was referenced Jun 11, 2025
This was referenced Jun 18, 2025
This was referenced Jun 26, 2025
irenjj pushed a commit
to irenjj/datafusion
that referenced
this pull request
Jul 4, 2025
This was referenced Aug 21, 2025
This was referenced Sep 4, 2025
This was referenced Sep 16, 2025
HairstonE pushed a commit
to HairstonE/datafusion
that referenced
this pull request
Oct 7, 2025
* add workflows * change branch name
jcsherin pushed a commit
to jcsherin/datafusion
that referenced
this pull request
Nov 18, 2025
Fix potential overflow when we print verbose physical plan
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 freeto 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.
This PR is mostly to test that the CI checks are working on datafusion after master rewrite