Hi Jim, There is another breaking change that we planned to make in 4.0:
- Don't allow ordinals in HAVING clause: https://issues.apache.org/jira/browse/IMPALA-7844 Using ordinals in the HAVING clause is a non-standard feature. We never document it but support it unintentionally. Paul already did the major work. The missing part is adding a feature flag to disable it by default: https://gerrit.cloudera.org/c/17415/ Thanks, Quanlong On Sun, May 9, 2021 at 1:12 AM Jim Apple <apa...@jbapple.com> wrote: > On Fri, May 7, 2021 at 11:35 PM Csaba Ringhofer <csringho...@cloudera.com> > wrote: > > > I also have a commit that I would like to be merged to 4.0: > > > > > https://github.com/apache/impala/commit/603091ed772f3f82511fd8fec355fe9b0126933b > > It is a critical fix that is needed wherever the following commit also > > exists: > > > > > https://github.com/apache/impala/commit/c65d7861d9ae28f6fc592727ff699a8155dcda2c > > > SG! >