Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.13.0
-
None
Description
Hive is case insensitive wrt db/table names. These gets normalized to lower case for SQL processing.
When HiveEndPoint is created it uses db.table strings as is, and they end up propagated this way to transaction metadata tables in the metastore via lock acquisition. This makes them look like different tables in Cleaner and lock manager.
Attachments
Attachments
Issue Links
- causes
-
HIVE-19315 Test failure org.apache.hadoop.hive.ql.lockmgr.TestDbTxnManager2#testWriteSetTracking3
- Closed