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 ac40d69  [CALCITE-3055] Use pair of relNode's rowType and digest as 
unique key for cache in RelOptPlanner (KazydubB)
     new aabcb2e  [CALCITE-3096] In RelBuilder, make alias method idempotent
     new fc5704e  Javadoc typos (Wenhui Tang, Muhammad Gelbana)
     new 7429c25  [CALCITE-3048] Improve how JDBC adapter deduces current 
schema on Redshift
     new 5c477f0  [CALCITE-3047] In JDBC adapter, expose multiple schemas of 
the back-end database
     new f1cad57  [CALCITE-3022] Babel: Various SQL parsing issues
     new 21ada17  [CALCITE-3097] GROUPING SETS breaks on sets of size > 1 due 
to precedence issues (Steven Talbot)

The 6 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:
 babel/src/main/codegen/config.fmpp                 |  10 ++
 babel/src/main/codegen/includes/parserImpls.ftl    |  20 +++
 .../org/apache/calcite/test/BabelParserTest.java   |  25 +++-
 core/src/main/codegen/config.fmpp                  |   6 +
 core/src/main/codegen/templates/Parser.jj          |  14 +-
 .../calcite/adapter/jdbc/JdbcCatalogSchema.java    | 147 +++++++++++++++++++++
 .../apache/calcite/adapter/jdbc/JdbcSchema.java    | 112 ++++++++++++----
 .../adapter/jdbc/JdbcToEnumerableConverter.java    |  14 +-
 .../org/apache/calcite/jdbc/CalciteSchema.java     |  19 ++-
 .../apache/calcite/plan/RelOptPredicateList.java   |   2 +-
 .../calcite/rel/rel2sql/RelToSqlConverter.java     |  22 ++-
 .../apache/calcite/rel/rules/FilterJoinRule.java   |   4 +-
 .../apache/calcite/sql/SqlDialectFactoryImpl.java  |   8 ++
 .../apache/calcite/sql/fun/SqlRollupOperator.java  |   2 +-
 .../apache/calcite/sql/parser/SqlParserUtil.java   |  15 ++-
 .../java/org/apache/calcite/tools/RelBuilder.java  |  18 ++-
 core/src/test/codegen/config.fmpp                  |   6 +
 .../calcite/rel/rel2sql/RelToSqlConverterTest.java |  20 +++
 .../apache/calcite/sql/parser/SqlParserTest.java   |   6 +
 .../org/apache/calcite/test/CalciteAssert.java     |   4 +-
 .../calcite/test/MultiJdbcSchemaJoinTest.java      |  32 +++++
 .../org/apache/calcite/test/RelBuilderTest.java    |  36 ++++-
 server/src/main/codegen/config.fmpp                |   6 +
 site/_docs/adapter.md                              |   2 +-
 24 files changed, 482 insertions(+), 68 deletions(-)
 create mode 100644 
core/src/main/java/org/apache/calcite/adapter/jdbc/JdbcCatalogSchema.java

Reply via email to