Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.9.0
-
None
-
ghx-label-2
Description
An IndexOutOfBoundsException is thrown during a GetSchemas call if a table can't be loaded. The issue seems to be that even though the table is skipped, i.e. we don't populate its columns and comments fields, the table is still added to a list of tables. Hence, the indices in the comments list don't correspond to the indices in the associated table list.
Attachments
Issue Links
- is broken by
-
IMPALA-5342 GetTables() Thrift call does not fill up the table comments field
-
- Resolved
-