Migrate datasource tests to insta#15258
Merged
xudong963 merged 8 commits intoapache:mainfrom Mar 27, 2025
Merged
Conversation
Contributor
|
Thanks @shruti2522 ! It looks like there are some CI failures on this one so marking as draft for now |
blaginin
reviewed
Mar 18, 2025
| datafusion-sql = { workspace = true } | ||
| flate2 = { version = "1.1.0", optional = true } | ||
| futures = { workspace = true } | ||
| insta = "1.42.2" |
Member
There was a problem hiding this comment.
you should be use to use the workspace version
1615551 to
394d444
Compare
442a582 to
35ae483
Compare
885a49c to
e87e938
Compare
b88b827 to
dc84505
Compare
Contributor
Author
|
I have migrated all the tests for
|
xudong963
reviewed
Mar 24, 2025
| "| 781 |", | ||
| "+--------------+"]; | ||
| assert_batches_eq!(expected, &query_result); | ||
| println!("csv compressed:{}", batches_to_string(&query_result)); |
Member
There was a problem hiding this comment.
blaginin
reviewed
Mar 24, 2025
Co-authored-by: Dmitrii Blaginin <dmitrii@blaginin.me>
…nto insta_datasource
alamb
approved these changes
Mar 25, 2025
Contributor
alamb
left a comment
There was a problem hiding this comment.
Thank you @shruti2522 @blaginin and @xudong963
I took the liberty of pushing a few of @blaginin 's suggestions and merging this branch up from main to get the tests passing
blaginin
approved these changes
Mar 26, 2025
qstommyshu
pushed a commit
to qstommyshu/datafusion
that referenced
this pull request
Mar 28, 2025
* insta migrate * Update datafusion/core/src/datasource/physical_plan/parquet.rs Co-authored-by: Dmitrii Blaginin <dmitrii@blaginin.me> * More suggestions from code review * Update snapshots * fmt --------- Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org> Co-authored-by: Dmitrii Blaginin <dmitrii@blaginin.me>
nirnayroy
pushed a commit
to nirnayroy/datafusion
that referenced
this pull request
May 2, 2025
* insta migrate * Update datafusion/core/src/datasource/physical_plan/parquet.rs Co-authored-by: Dmitrii Blaginin <dmitrii@blaginin.me> * More suggestions from code review * Update snapshots * fmt --------- Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org> Co-authored-by: Dmitrii Blaginin <dmitrii@blaginin.me>
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.
Which issue does this PR close?
insta#15246 .Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?