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 47a626d  Improve READMEs and release howto instructions
     new bb3889e  [CALCITE-3369] In LatticeSuggester, recommend lattices based 
on UNION queries
     new 0c8cbac  [CALCITE-3370] In JDBC adapter for Microsoft SQL Server, 
emulate NULLS FIRST using CASE expression (Justin Swett)
     new ed692fd  [CALCITE-3323] Add mode to SqlValidator that treats 
statements as valid if they contain unknown functions (Ryan Fu)

The 3 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:
 .gitignore                                         |  1 +
 README.md                                          |  8 ++--
 .../calcite/materialize/LatticeSuggester.java      | 30 +++++++++----
 .../java/org/apache/calcite/sql/SqlFunction.java   | 34 ++++++++++-----
 .../calcite/sql/dialect/MssqlSqlDialect.java       | 50 +++++++++++++++++++++-
 .../apache/calcite/sql/validate/SqlValidator.java  | 21 +++++++++
 .../calcite/sql/validate/SqlValidatorImpl.java     | 12 ++++++
 .../calcite/materialize/LatticeSuggesterTest.java  | 41 +++++++++++++++---
 .../calcite/rel/rel2sql/RelToSqlConverterTest.java | 46 +++++++++++++++-----
 .../apache/calcite/sql/test/AbstractSqlTester.java |  4 ++
 .../apache/calcite/sql/test/SqlTestFactory.java    |  6 ++-
 .../org/apache/calcite/sql/test/SqlTester.java     |  4 ++
 .../org/apache/calcite/test/SqlValidatorTest.java  | 21 +++++++++
 13 files changed, 239 insertions(+), 39 deletions(-)

Reply via email to