-
Notifications
You must be signed in to change notification settings - Fork 4.8k
HIVE-26129: Non blocking DROP CONNECTOR #3173
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
nrg4878
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.
Looks good to me other than a couple of minor issues.
|
|
||
| package org.apache.hadoop.hive.ql.ddl.dataconnector.drop; | ||
|
|
||
| import org.apache.hadoop.hive.conf.HiveConf; |
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.
nit: Appears to be unnecessary import.
| import org.apache.hadoop.hive.ql.ddl.DDLWork; | ||
| import org.apache.hadoop.hive.ql.hooks.ReadEntity; | ||
| import org.apache.hadoop.hive.ql.hooks.WriteEntity; | ||
| import org.apache.hadoop.hive.ql.io.AcidUtils; |
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.
nit: Appears to be unnecessary import
4d5f9e8 to
f54a9f3
Compare
…Naveen Gangam) Closes apache#3173
…Naveen Gangam) Closes apache#3173
What changes were proposed in this pull request?
Neither DummyTxnManager nor DbTxnManageer acquire any locks with
DATACONNECTORtypeWhy are the changes needed?
Lockless reads functionality
Does this PR introduce any user-facing change?
No
How was this patch tested?
Unit tests.