Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-1436

AggregateNode NPE for aggregators other than SUM/COUNT

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.17.0
    • core
    • None

    Description

      AggregateNode.getAccumulator does this for any aggregation other than COUNT or SUM:

      final AggImpState agg = new AggImpState(0, call, false);
      int stateSize = agg.state.size();

      This NPEs because "state" is null on freshly created AggImpState instances.

      Attachments

        Issue Links

          Activity

            People

              mmior Michael Mior
              gian Gian Merlino
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: