This is an automated email from the ASF dual-hosted git repository.

jhyde pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git


    from 9ea862478d [CALCITE-3959] Add INSTR function (enabled in BigQuery, 
MySQL, Oracle libraries)
     new 788a4404a8 [CALCITE-5653] SELECT DISTINCT aggregate function with 
ORDER BY gives invalid validation error
     new 372346f398 [CALCITE-5547] JOIN USING returns incorrect column names

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/calcite/sql/validate/AggChecker.java    | 20 +++---
 .../calcite/sql/validate/SqlValidatorImpl.java     | 21 ++++++-
 .../org/apache/calcite/test/SqlValidatorTest.java  | 42 +++++++++++++
 core/src/test/resources/sql/agg.iq                 | 11 ++++
 core/src/test/resources/sql/join.iq                | 71 ++++++++++++++++++++++
 5 files changed, 155 insertions(+), 10 deletions(-)

Reply via email to