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 2d6e9a7dda [CALCITE-6471] Improve performance of SqlToRelConverter by 
preventing unconditional conversion of sqlNodes to string for null-check 
messages
     new 27fd58308c [CALCITE-6519] Non-aggregate query that uses measure in 
ORDER BY
     new f20b7c2a4a [CALCITE-6513] FilterProjectTransposeRule may cause OOM 
when Project expressions are complex

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:
 .../java/org/apache/calcite/plan/RelOptUtil.java   |  22 +++++
 .../rel/rules/FilterProjectTransposeRule.java      |  14 ++-
 .../org/apache/calcite/rel/rules/MeasureRules.java |  10 +-
 .../apache/calcite/rel/rules/ProjectMergeRule.java |  11 ++-
 .../calcite/sql/validate/SqlValidatorImpl.java     |  31 ++++--
 .../apache/calcite/sql2rel/SqlToRelConverter.java  |  10 +-
 .../java/org/apache/calcite/tools/Programs.java    |   2 +-
 .../java/org/apache/calcite/tools/RelBuilder.java  |   2 +-
 .../org/apache/calcite/test/RelOptRulesTest.java   |  78 +++++++++++++++
 .../apache/calcite/test/SqlToRelConverterTest.java |  18 +++-
 .../org/apache/calcite/test/RelOptRulesTest.xml    | 110 +++++++++++++++++++++
 .../apache/calcite/test/SqlToRelConverterTest.xml  |  17 ++++
 core/src/test/resources/sql/measure.iq             | 100 +++++++++++++++++--
 13 files changed, 394 insertions(+), 31 deletions(-)

Reply via email to