Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-11885

Support COPY TESTCASE statement for kudu tables

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • None
    • None
    • Catalog, Frontend
    • 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

          Activity

            People

              Unassigned Unassigned
              stigahuang Quanlong Huang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: