-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update Spark2 explain code for 22.06 #5738
Conversation
Signed-off-by: Thomas Graves <tgraves@nvidia.com>
build |
Build failure is due to #5744 |
build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I ran diff for some of the files locally and got the same results as above.
@tgravescs Can this be merged now OR should we wait for pending PR's for 22.06 ?
as far as I know everything pending isn't messing with the metadata but I'll keep an eye out. merging it now. |
fixes #5451.
Update the spark 2.x explain api code to pull in all the various changes. Run through the diff script and udpated everything I saw. I manually ran this against tpcds queries and looked at output, only diff from 22.04 was dealing with a cast (Casting from floating point types to integral types) is now supported because we enabled it by default in 22.06.