Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
There are two places in MetastoreDefaultTransformer.java where MetaException message use table.getTableName() instead of table.getDbName(), causing some confusion.
"Database " + oldTable.getTableName() + " for table " + oldTable.getTableName() + " could not be found");
throw new MetaException("Database " + table.getTableName() + " for table " + table.getTableName() + " could not be found");
This is revealed through IMPALA-12655.
Attachments
Issue Links
- Discovered while testing
-
IMPALA-12655 PlannerTest.testProcessingCost seems flaky
- Resolved
- links to