Migrate physical plan tests to insta (Part-1)#15313
Conversation
|
Thanks @Shreyaskr1409 -- this seems like it has a few failing tests so I'll mark it as a draft. Please mark it when it is ready again for another look |
alamb
left a comment
There was a problem hiding this comment.
Thank you so much @Shreyaskr1409 🙏
This PR looks great except for the dependency -- I think that is easy to resolve and this will be good to go.
The PR will become way too inconvenient to review if I implement everything in same PR.
Thank you so much ❤️ 🙏 🙏 🙏
|
FYI @blaginin |
Good call -- I have updated the description to say "related to" rather than closes |
No worries -- thanks @Shreyaskr1409 PLease don't worry about extra commits -- they are all squashed when merged to main. Multiple commits makes the history of a PR much easier to see |
|
i took a look at the most recent commits and it looks good to me. Thanks again @Shreyaskr1409 ! |
Which issue does this PR close?
insta#15248.The PR will become way too inconvenient to review if I implement everything in same PR.
Rationale for this change
Completely migrate physical plan tests to
instaWhat changes are included in this PR?
Migrating from
assert_batches_sorted_eqandassert_batches_eqtoassert_snapshotin physical-plan testsAre these changes tested?
Yes
Are there any user-facing changes?
No
Additional Context
Do refer to the issue #15312 due to which I have not added migration in one test in
/physical-plan/joins/hash_join.rs