-
Notifications
You must be signed in to change notification settings - Fork 4.8k
HIVE-27358: Add test cases for HIVE-22816 (result caching with views) #4337
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
Conversation
- HIVE-22816 allowed queries on views with transactional tables to be cached, but did not add any test cases.
aturoczy
left a comment
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.
better late than never +1
| null sort order: z | ||
| sort order: + | ||
| Map-reduce partition columns: _col0 (type: string) | ||
| Statistics: Num rows: 501 Data size: 43587 Basic stats: COMPLETE Column stats: COMPLETE |
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.
we have recently sees data size causing a lot of flakiness? if not necessary can we explore masking the size values?
ayushtkn
left a comment
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
cam merge once we get a green build
|
Kudos, SonarCloud Quality Gate passed! |
…apache#4337). (John Sherman, Reviewed by Ayush Saxena, Attila Turoczy)
…apache#4337). (John Sherman, Reviewed by Ayush Saxena, Attila Turoczy)








What changes were proposed in this pull request?
A couple of additional test cases.
Why are the changes needed?
To ensure that this feature continues to work in the future.
Does this PR introduce any user-facing change?
Nope
How was this patch tested?
Ran the added test.