-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-35733][SQL][TESTS] Check all day-time interval types in HiveInspectors tests
#33036
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
|
FYI @MaxGekk |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
HiveInspectors tests
| } | ||
|
|
||
| test("SPARK-34879: HiveInspectors supports DayTimeIntervalType") { | ||
| test("SPARK-35733: HiveInspectors supports supports all type of DayTimeIntervalType") { |
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.
Please, add both: test("SPARK-34879, SPARK-35733:
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.
Done
| } | ||
|
|
||
| test("SPARK-35722: HiveInspectors supports all type of YearMonthIntervalType") { | ||
| test("SPARK-34879, SPARK-35722: HiveInspectors supports all type of YearMonthIntervalType") { |
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.
@MaxGekk Also update here
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #140193 has finished for PR 33036 at commit
|
|
Test build #140186 has finished for PR 33036 at commit
|
MaxGekk
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.
+1, LGTM. Merging to master.
Thank you, @AngersZhuuuu .
What changes were proposed in this pull request?
Check all day-time interval types in HiveInspectors tests.
Why are the changes needed?
New tests should improve test coverage for day-time interval types.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Added UT.