Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-8201

SchemaChange in HashAgg operator

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: In Progress
    • Major
    • Resolution: Unresolved
    • 1.20.0
    • None
    • None

    Description

      Hash aggregate does not support schema change due to HashAggBatch implementation:

      case UPDATE_AGGREGATOR:
        throw UserException.unsupportedError()
            .message(SchemaChangeException.schemaChanged(
                "Hash aggregate does not support schema change",
                incomingSchema,
                incoming.getSchema()).getMessage())
            .build(logger);
      default: 

       After JSON update to leverage EVF there is schema change for this oprator in the 

      TestE2EUnnestAndLateral#testMultipleBatchesLateral_WithGroupByInParent test case

      Attachments

        Issue Links

          Activity

            People

              vitalii Vitalii Diravka
              vitalii Vitalii Diravka
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: