Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
ghx-label-6
Description
The Avro, Kudu,and HBase table support for LocalCatalog was written with "fetch-from-source" in mind. Thus, they spend considerable effort to determine the schema on the impalad side when the table is loaded. In "fetch from catalogd" mode, the catalogd has already done this schema resolution, and we're likely better off not doing the extra work on the impalad. We should do a pass back over those table types to make sure there isn't unnecessary work being performed.