-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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-20223][SQL] Fix typo in tpcds q77.sql #17538
Conversation
Looks like a typo, yes, but I wonder how this worked at all? is it not used? |
Test build #75541 has finished for PR 17538 at commit
|
@srowen There's a benchmark test |
retest this please |
@wzhfy yeah it's a dumb question maybe, but is that not run automatically and thus why it isn't caught by tests? |
Test build #75546 has finished for PR 17538 at commit
|
I think we are not running it in our test case batches. This is for performance evaluation. |
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
## What changes were proposed in this pull request? Fix typo in tpcds q77.sql ## How was this patch tested? N/A Author: wangzhenhua <[email protected]> Closes #17538 from wzhfy/typoQ77. (cherry picked from commit a2d8d76) Signed-off-by: Xiao Li <[email protected]>
## What changes were proposed in this pull request? Fix typo in tpcds q77.sql ## How was this patch tested? N/A Author: wangzhenhua <[email protected]> Closes #17538 from wzhfy/typoQ77. (cherry picked from commit a2d8d76) Signed-off-by: Xiao Li <[email protected]>
Thanks! Merging to master/2.1/2.0 |
@srowen It's not run automatically. And even if it is run, no error would be caught, the predicate will just become |
What changes were proposed in this pull request?
Fix typo in tpcds q77.sql
How was this patch tested?
N/A