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

CREATE TABLE LIKE should not copy caching directives of the source table.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Impala 2.1
    • Impala 2.5.0
    • Catalog

    Description

      Currently, CREATE TABLE LIKE 'blindly' copies the source table, including the table's and partitions' parameter maps. The parameter maps may contain information about caching directives that do not apply to the new table.
      I can see two acceptable behaviors (choose one) if the source table is cached:
      1. the new table is also cached; we need to issue new caching directives and store them in the params of the new table as appropriate
      2. the new table is not cached and must be cached explicitly

      Attachments

        Activity

          People

            bharathv Bharath Vissapragada
            alex.behm Alexander Behm
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: