Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-792

Insert table with a qualified target table name can cause error.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.9.0, 0.8.1
    • None
    • None

    Description

      I made a table1 that is csv file format.
      And I create other table2 that is rc file format.

      insert overwrite into "table2" select * from "db"."table1" (o)
      insert overwrite into "db"."table2" select * from "db"."table1" (x)
      

      Recently days, Tajo was added rule [select * from "db"."table_name"].
      But, I think insert rule was not added.

      Attachments

        1. TAJO-792.patch
          4 kB
          Hyoungjun Kim

        Activity

          People

            hjkim Hyoungjun Kim
            seungunchoe Seungun Choe
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: