Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.1
-
None
Description
HBase 3.0 removes the HTableDescriptor class.
However, OmidTransactionTable in Phoenix needs to implement getTableDescriptor() when build for HBase 2.
The way to break this to expose the backing HBase Table object from TTable.
That way, we can still get getTableDescriptor from that for HBase 2.
If we implement this for 1.1.1, then we can use this new API for 5.1.4 (and possibly 5.2.0), which would hoepfully let them be built with future Omid releases.
Attachments
Issue Links
- is depended upon by
-
PHOENIX-7188 Remove Omid TTable.getTableDescriptor() calls
- Resolved
- links to