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

PartitionedStoreExec can cause NPE due to column schema mismatch

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Cannot Reproduce
    • None
    • 0.8.0
    • Planner/Optimizer
    • None

    Description

      See TAJO-432 and http://goo.gl/4tQOek. PartitionedStoreExec may cause NPE depending on query cases. This is caused by schema mismatch between partition columns and input schema.

      PartitionedStoreExec.java
      for (Column key : this.plan.getPartitionKeys()) {
              partitionKeys[i] = inSchema.getColumnId(key.getQualifiedName());
            i++;
          }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            hyunsik Hyunsik Choi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: