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 8ba2d85  [CALCITE-3424] AssertionError thrown for user-defined table 
function with array argument (Igor Guzenko)
     new 331e4fe  Add RelBuilder.fields(ImmutableBitSet)
     new 2a2edba  [CALCITE-3362] Add some tests for empty Lattice (Wang Yanlin)
     new f9103e6  [CALCITE-3428] Refine RelMdColumnUniqueness for Filter by 
considering constant columns (Jin Xing)
     new 1745f75  Cosmetic

The 4 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:
 .../rel/metadata/RelMdColumnUniqueness.java        |  37 ++++
 .../rel/rules/AbstractMaterializedViewRule.java    |   4 +-
 .../calcite/rel/rules/AggregateRemoveRule.java     |   4 +-
 .../apache/calcite/sql2rel/InitializerContext.java |   2 +-
 .../java/org/apache/calcite/tools/RelBuilder.java  |  17 +-
 .../java/org/apache/calcite/util/XmlOutput.java    |   4 +-
 .../java/org/apache/calcite/test/LatticeTest.java  |  73 ++++++-
 .../org/apache/calcite/test/RelMetadataTest.java   | 141 ++++++++++++
 .../org/apache/calcite/test/RelOptRulesTest.java   |  58 +++--
 .../apache/calcite/test/SqlToRelConverterTest.java |  96 ++++----
 .../org/apache/calcite/test/catalog/Fixture.java   |   1 +
 .../org/apache/calcite/test/RelOptRulesTest.xml    | 136 +++++++-----
 .../apache/calcite/test/SqlToRelConverterTest.xml  | 243 ++++++++++++---------
 core/src/test/resources/sql/sub-query.iq           |   9 +-
 14 files changed, 574 insertions(+), 251 deletions(-)

Reply via email to