You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by Ben-Zvi <gi...@git.apache.org> on 2018/02/02 20:06:36 UTC

[GitHub] drill pull request #:

Github user Ben-Zvi commented on the pull request:

    https://github.com/apache/drill/commit/f911575abd9672866b39926a60c1731bbeee155f#commitcomment-27300995
  
    In exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/aggregate/HashAggTemplate.java:
    In exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/aggregate/HashAggTemplate.java on line 527:
    This change prevents an exception, but the next code line makes the same call which would trigger this exception:
    {code}
    estBatchHolderValuesRowWidth += columnSize.getKnownSize();
    {code}


---