You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2023/01/31 12:42:00 UTC

[jira] [Created] (IMPALA-11885) Support COPY TESTCASE statement for kudu tables

Quanlong Huang created IMPALA-11885:
---------------------------------------

             Summary: Support COPY TESTCASE statement for kudu tables
                 Key: IMPALA-11885
                 URL: https://issues.apache.org/jira/browse/IMPALA-11885
             Project: IMPALA
          Issue Type: New Feature
          Components: Catalog, Frontend
            Reporter: Quanlong Huang


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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org