-
Notifications
You must be signed in to change notification settings - Fork 4.8k
HIVE-29179: Make the RELOAD event backward compatible after latest changes via HI… #6058
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
base: master
Are you sure you want to change the base?
Conversation
} | ||
|
||
@Override | ||
public Partition getPtnObj() throws Exception { |
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.
this method might return null somehow, will it break the compatibility? should we catch it on the impala side?
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.
I have added necessary guardrails on the Impala side to avoid this null pointer exception. i.e., if getPtnObj() returns null then we should check getPartitionObjs() method.
…anges via HIVE-28967
c0fb5f8
to
f11db51
Compare
@check-spelling-bot Report🔴 Please reviewSee the files view or the action log for details. Unrecognized words (3)bucketedtables Previously acknowledged words that are now absentaarry bytecode cwiki HIVEFETCHOUTPUTSERDE timestamplocal yyyyTo accept these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands... in a clone of the [email protected]:saihemanth-cloudera/hive.git repository
If the flagged items do not appear to be textIf items relate to a ...
|
|
…VE-28967
What changes were proposed in this pull request?
Making the RELOAD event backward compatible
Why are the changes needed?
Clients like impala are unable to use HIVE-28967
Does this PR introduce any user-facing change?
No
How was this patch tested?
Remote cluster with Impala enabled