Details
-
New Feature
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
None
-
None
-
ghx-label-7
Description
IMPALA-5872 introduces the COPY TESTCASE TO/FROM statements to collect required metadata of a query from a remote cluster. So we don't need to manually collect table/view schemas by SHOW CREATE TABLE statements. The metadata can be loaded and use to plan the original query.
However, kudu tables are not supported well. Not all the required metadata are collected since Impala doesn't cache the range partitions and tablet locations. We need to extend COPY TESTCASE TO statement to also collect these information.
We should also modify KuduScanNode to reuse these information when PLANNER_DEBUG_MODE=true.
Attachments
Issue Links
- is related to
-
IMPALA-13339 Introduce the COPY TESTCASE statements
- Open
- relates to
-
IMPALA-5872 Implement a SQL test case builder for gathering query diagnostics
- Resolved