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 f536347  [CALCITE-3054] Elasticsearch adapter. Avoid scripting for 
simple projections
     new c0523d3  [CALCITE-2846] Document Oracle-specific functions, such as 
NVL and LTRIM, in the SQL reference
     new 735fc06  [CALCITE-3053] Add a test to ensure that all functions are 
documented in the SQL reference

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:
 .../org/apache/calcite/test/BabelParserTest.java   |   4 -
 .../calcite/sql/fun/SqlStdOperatorTable.java       |   2 +-
 .../apache/calcite/sql/parser/SqlParserTest.java   |  67 +-------
 .../apache/calcite/sql/test/DocumentationTest.java | 180 +++++++++++++++++++++
 .../java/org/apache/calcite/test/CalciteSuite.java |   2 +
 .../org/apache/calcite/test/ServerParserTest.java  |   4 -
 site/_docs/reference.md                            | 144 ++++++++++++++---
 7 files changed, 302 insertions(+), 101 deletions(-)
 create mode 100644 
core/src/test/java/org/apache/calcite/sql/test/DocumentationTest.java

Reply via email to