HIVE-28917: NPE in merge statement when checking nullability of joining column in matched clause - ADDENDUM#5815
Conversation
…ng column in matched clause - ADDENDUM
|
let's merge this even if there are some unrelated problems and the test is not green (the point is the the affected qtest will pass) |
|
|
I agree. Maybe @kasakrisz or @zabetak can help merge this. The last run failed because of infra issues. I do not expect any problems if this is merged before the tests are done. |
|
@abstractdog @okumin Have you verified that the test passes locally? If yes then let's just merge this immediately. |
|
@zabetak Yes, I have. Precisely, I verified (1) |
|
Now, it's green. @soumyakanti3578 @abstractdog @zabetak Thanks for your quick fix and reviews! |



…ng column in matched clause - ADDENDUM
What changes were proposed in this pull request?
Fix a failing test
Why are the changes needed?
Some time had passed between the green tests of #5781 and it's merge. #5798 was merged in between, which removes unnecessary virtual columns. This causes the test failure in
merge_with_null_check_on_joining_col.qwhich was added in the former PR.Does this PR introduce any user-facing change?
No
How was this patch tested?