com.qubole.spark.hiveacid.transaction
Check if valid write Ids for fullyQualifiedTableName
when txn
was opened
is same even now.
Check if valid write Ids for fullyQualifiedTableName
when txn
was opened
is same even now. This should be invoked after txn
acquires lock, to see
if the transaction is still valid and continue.
Creates read or write transaction based on user request.
Creates read or write transaction based on user request.
Create a new hive Acid transaction
Given a transaction id return the HiveAcidTxn object.
Given a transaction id return the HiveAcidTxn object. Raise exception if not found.