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

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


    from f3baf34  Site is not published due to bad yaml file suffix
     add 4d82c53  Add RelBuilder.lessThan, and use RelBuilder shorthands
     new 053d9b7  [CALCITE-4742] Implement "SOME <>" sub-query (NobiGo)

The 1 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:
 .../calcite/rel/rules/SubQueryRemoveRule.java      | 311 +++++++++++++++------
 .../apache/calcite/sql2rel/RelDecorrelator.java    |   3 +-
 .../statistic/QuerySqlStatisticProvider.java       |   3 +-
 .../java/org/apache/calcite/tools/RelBuilder.java  |  25 +-
 .../org/apache/calcite/plan/RelOptUtilTest.java    |  54 ++--
 .../calcite/rel/rel2sql/RelToSqlConverterTest.java |  29 +-
 .../calcite/sql2rel/RelFieldTrimmerTest.java       |  12 +-
 .../org/apache/calcite/test/RelBuilderTest.java    | 109 +++-----
 .../org/apache/calcite/test/RelOptRulesTest.java   |  72 ++---
 .../apache/calcite/test/SqlToRelConverterTest.java |   6 +
 .../org/apache/calcite/test/RelOptRulesTest.xml    |  42 +++
 .../apache/calcite/test/SqlToRelConverterTest.xml  |  16 ++
 core/src/test/resources/sql/some.iq                | 270 ++++++++++++++++++
 core/src/test/resources/sql/sub-query.iq           | 254 +++++++++++++++++
 14 files changed, 942 insertions(+), 264 deletions(-)

Reply via email to