Details

    • Sub-task
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.0.0
    • 3.0.0
    • Transactions
    • None

    Description

      See DDLSemanticAnalzyer.analyzeAlterTablePartMergeFiles(ASTNode ast, String tableName, HashMap<String, String> partSpec)

      This was fine before due to

            // throw a HiveException if the table/partition is bucketized
            if (bucketCols != null && bucketCols.size() > 0) {
              throw new SemanticException(ErrorMsg.CONCATENATE_UNSUPPORTED_TABLE_BUCKETED.getMsg());
            }
      

      but now that we support unbucketed acid tables....

      Attachments

        1. HIVE-17692.01.patch
          1 kB
          Eugene Koifman
        2. HIVE-17692.02.patch
          1 kB
          Eugene Koifman

        Issue Links

          Activity

            People

              ekoifman Eugene Koifman
              ekoifman Eugene Koifman
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: