-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feature](hive)Support read hive4 transaction tables. (#44001)
### What problem does this PR solve? Problem Summary: Support read hive4 transaction tables. 1. Since there are compilation problems when directly using hive4 API to get the file need to read, a function called `ql/src/java/org/apache/hadoop/hive/ql/io/AcidUtils.java#getAcidState` is implemented. 2. At the same time, it is forbidden to create, insert data, and delete aicd tables. 3. fix `'transactional_properties' = 'insert_only'` table read Incorrect data read. TODO : merge HMSTransaction ,HiveTransaction class merge HiveTransactionMgr, HiveTransactionManager class ### Release note [feature](hive)Support read hive4 transaction tables
- Loading branch information
Showing
18 changed files
with
1,453 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.