-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SPARK-30644][SQL][TEST] Remove query index from the golden files of SQLQueryTestSuite #27361
Conversation
Ya. I agree that the index causes too many meaningless diff although the original intention was good. |
Yeah, it looks reasonable to me. We still need |
Test build #117403 has finished for PR 27361 at commit
|
I think the separators are still needed.
The PgSQL golden files look cleaner, but it only shows the output column names, but does not output the column data types. |
Test build #117408 has finished for PR 27361 at commit
|
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.
+1, LGTM. Merged to master.
Thank you, @gatorsmile and @maropu .
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 too
yea, it looks fine. late LGTM. |
What changes were proposed in this pull request?
This PR is to remove query index from the golden files of SQLQueryTestSuite
Why are the changes needed?
Because the SQLQueryTestSuite's golden files have the query index for each query, removal of any query statement [except the last one] will generate many unneeded difference. This will make code review harder. The number of changed lines is misleading.
Does this PR introduce any user-facing change?
No
How was this patch tested?
N/A