You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by za...@apache.org on 2022/03/10 09:17:26 UTC

[calcite] branch master updated (f14cf4c -> dcbc493)

This is an automated email from the ASF dual-hosted git repository.

zabetak pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.


    omit f14cf4c  [CALCITE-5031] Release Calcite 1.30.0
    omit c3dbf52  [CALCITE-5019] Avoid multiple scans when table is ProjectableFilterableTable and projections and filters act on different columns
    omit b125ab9  Following [CALCITE-1794], update DruidDateTimeUtils and plans in Druid adapter
    omit 2621486  [CALCITE-5030] Upgrade jsonpath version from 2.4.0 to 2.7.0
    omit 7a117c7  Site: Reorganise website update process in README & howto
    omit 8b62479  [CALCITE-1794] Expressions with numeric comparisons are not simplified when CAST is present
    omit c9ea3e6  [CALCITE-5025] Upgrade commons-io version from 2.4 to 2.11.0
    omit 316e575  [CALCITE-5008] Ignore synthetic and static methods in MetadataDef
    omit 296fc3e  [CALCITE-3673] ListTransientTable should not leave tables in the schema [CALCITE-4054] RepeatUnion containing a Correlate with a transientScan on its RHS causes NPE
    omit 4fb1a42  [CALCITE-5011] CassandraAdapterDataTypesTest fails with initialization error
    omit 2376a3a  [CALCITE-4912] Confusing javadoc of RexSimplify.simplify
    omit 1f660d5  [CALCITE-4683] IN-list converted to JOIN throws type mismatch exception
    omit c310f7c  [CALCITE-4323] If a view definition has an ORDER BY clause, retain the sort if the view is used in a query at top level
    omit 43ed633  Fix typo in filterable-model.yaml
    omit 4663f33  [CALCITE-4995] AssertionError caused by RelFieldTrimmer on SEMI/ANTI join
    omit 4c73e85  [CALCITE-4988] ((A IS NOT NULL OR B) AND A IS NOT NULL) can't be simplify to (A IS NOT NULL) When A is deterministic
    omit 07edf27  [CALCITE-5007] Upgrade H2 database version to 2.1.210
    omit dc3e7d3  [CALCITE-5006] Gradle tasks for launching JDBC integration tests are not working
    omit 9cecf84  [CALCITE-4997] Keep APPROX_COUNT_DISTINCT in some SqlDialects
    omit b4a5768  [CALCITE-4996] In RelJson, add a readExpression method that can convert JSON to a RexNode expression
    omit 67ba007  [CALCITE-4872] Add UNKNOWN value to enum SqlTypeName, distinct from the NULL type
    omit 466fb42  [CALCITE-4702] Error when executing query with GROUP BY constant via JDBC adapter
    omit bb89b92  [CALCITE-4994] SQL-to-RelNode conversion is slow if table contains hundreds of fields
    omit 28f4195  [CALCITE-4980] Babel parser support MySQL NULL-safe equal operator '<=>' (xurenhe&&DuanXiong)
    omit 909e134  [CALCITE-4885] Fluent test fixtures so that dependent projects can write parser, validator and rules tests
    omit 21b8852  [CALCITE-4991] Improve RuleEventLogger to also print input rels in FULL_PLAN mode
    omit 48aa946  [CALCITE-4986] Make HepProgram thread-safe
    omit 83c2911  Corrected json stream property name
    omit 9d02d45  [CALCITE-4967] Support SQL hints for temporal table join
    omit 4bc5cf1  [CALCITE-4965] IS NOT NULL failed in Elasticsearch Adapter
    omit 8cd2414  [CALCITE-4977] Support Snapshot in RelMdColumnOrigins
    omit 66835ab  [CALCITE-4901] JDBC adapter incorrectly adds ORDER BY columns to the SELECT list of generated SQL query
    omit 3579eec  [CALCITE-4953] Deprecate TableAccessMap class
    omit 628d7ac  Update javacc official website
    omit 6d05e10  [CALCITE-3627] Incorrect null semantic for ROW function
    omit 770561e  [CALCITE-4973] Upgrade log4j2 version to 2.17.1
    omit 1ce4f05  [CALCITE-4960] Enable unit tests in Elasticsearch Adapter
    omit d3d4821  Remove unused package-private RelNullShuttle class
    omit 8916c41  [CALCITE-4963] Make it easier to implement interface SqlDialectFactory
    omit 82be1ec  [CALCITE-4968] Use TOP N for MsSQL instead of FETCH without OFFSET
    omit ffdb109  [CALCITE-4952] Introduce a simplistic RelMetadataQuery option
    omit 4c7de7e  Site: Use openjdk-17 to generate javadoc with docker
    omit d132471  Site: update PMC Chair
    omit fabef05  Site: Add external resources section in the community page
    omit 48f4bf8  Site: Add "calcite-clj - Use Calcite with Clojure" in talks section
    omit d088cde  Site: Add Alessandro Solimando as committer
    omit 664c4d3  Site: Fix typo in howto.md
    omit dd34953  Site: Change the javadoc title to Apache Calcite API
    omit d29aa09  Site: For tables that display results, center the content horizontally
    omit da4fc3b  Site: Add syntax highlighting to SQL statements
    omit cee9f67  Site: Improve HTML tables display & update CSV tutorial
     add fc87380  Site: Use openjdk-17 to generate javadoc with docker
     add df35274  [CALCITE-4952] Introduce a simplistic RelMetadataQuery option
     add 184c57a  Site: Change the javadoc title to Apache Calcite API
     add cc40a48  [CALCITE-4968] Use TOP N for MsSQL instead of FETCH without OFFSET
     add 8983e7e  [CALCITE-4963] Make it easier to implement interface SqlDialectFactory
     add b2baf2d  Remove unused package-private RelNullShuttle class
     add cdf9d70  [CALCITE-4960] Enable unit tests in Elasticsearch Adapter
     add 58fb52c  [CALCITE-4973] Upgrade log4j2 version to 2.17.1
     add 8d21c3f  [CALCITE-3627] Incorrect null semantic for ROW function
     add ea4a5f3  Update javacc official website
     add 8094bc3  Site: Improve HTML tables display & update CSV tutorial
     add e805e70  Site: Add syntax highlighting to SQL statements
     add 6e2af02  Site: For tables that display results, center the content horizontally
     add cbda134  [CALCITE-4953] Deprecate TableAccessMap class
     add 77d3dd4  Site: Fix typo in howto.md
     add 4b34903  [CALCITE-4901] JDBC adapter incorrectly adds ORDER BY columns to the SELECT list of generated SQL query
     add dba5ec6  Site: Add Alessandro Solimando as committer
     add 8eaa7a7  [CALCITE-4977] Support Snapshot in RelMdColumnOrigins
     add ad5cbdb  [CALCITE-4965] IS NOT NULL failed in Elasticsearch Adapter
     add f0bd2b2  [CALCITE-4967] Support SQL hints for temporal table join
     add 18f5e9a  Corrected json stream property name
     add 0065d7c  [CALCITE-4986] Make HepProgram thread-safe
     add 864268c  [CALCITE-4991] Improve RuleEventLogger to also print input rels in FULL_PLAN mode
     add bf56743  [CALCITE-4885] Fluent test fixtures so that dependent projects can write parser, validator and rules tests
     add 10e8534  [CALCITE-4980] Babel parser support MySQL NULL-safe equal operator '<=>' (xurenhe&&DuanXiong)
     add c80b948  Site: Add "calcite-clj - Use Calcite with Clojure" in talks section
     add 8b55e31  Site: Add external resources section in the community page
     add 8570cf2  Site: update PMC Chair
     add e6f7cac  [CALCITE-4994] SQL-to-RelNode conversion is slow if table contains hundreds of fields
     add 1d4f1b3  [CALCITE-4702] Error when executing query with GROUP BY constant via JDBC adapter
     add c668e3b  [CALCITE-4872] Add UNKNOWN value to enum SqlTypeName, distinct from the NULL type
     add 812e3e9  [CALCITE-4996] In RelJson, add a readExpression method that can convert JSON to a RexNode expression
     add 5b2de4e  [CALCITE-4997] Keep APPROX_COUNT_DISTINCT in some SqlDialects
     add 89b7091  [CALCITE-5006] Gradle tasks for launching JDBC integration tests are not working
     add 5111f0f  [CALCITE-5007] Upgrade H2 database version to 2.1.210
     add 4a6e222  [CALCITE-4988] ((A IS NOT NULL OR B) AND A IS NOT NULL) can't be simplify to (A IS NOT NULL) When A is deterministic
     add 04029ff  [CALCITE-4995] AssertionError caused by RelFieldTrimmer on SEMI/ANTI join
     add f43e079  Fix typo in filterable-model.yaml
     add de86d4f  [CALCITE-4323] If a view definition has an ORDER BY clause, retain the sort if the view is used in a query at top level
     add 57ad4ff  [CALCITE-4683] IN-list converted to JOIN throws type mismatch exception
     add 595da9b  [CALCITE-4912] Confusing javadoc of RexSimplify.simplify
     add e81cd20  [CALCITE-5011] CassandraAdapterDataTypesTest fails with initialization error
     add 9c4f3bb  [CALCITE-3673] ListTransientTable should not leave tables in the schema [CALCITE-4054] RepeatUnion containing a Correlate with a transientScan on its RHS causes NPE
     add cbbe570  [CALCITE-5008] Ignore synthetic and static methods in MetadataDef
     add 20ca53c  [CALCITE-5025] Upgrade commons-io version from 2.4 to 2.11.0
     add 5a6d287  [CALCITE-1794] Expressions with numeric comparisons are not simplified when CAST is present
     add 0e2dada  Site: Reorganise website update process in README & howto
     add 6febf78  [CALCITE-5030] Upgrade jsonpath version from 2.4.0 to 2.7.0
     add 6a3eea2  Following [CALCITE-1794], update DruidDateTimeUtils and plans in Druid adapter
     add dcbc493  [CALCITE-5019] Avoid multiple scans when table is ProjectableFilterableTable and projections and filters act on different columns

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f14cf4c)
            \
             N -- N -- N   refs/heads/master (dcbc493)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 NOTICE                                   |   2 +-
 README                                   |   2 +-
 site/_docs/history.md                    | 149 -------------------------------
 site/_docs/howto.md                      |   6 +-
 site/_posts/2022-03-04-release-1.30.0.md |  38 --------
 5 files changed, 5 insertions(+), 192 deletions(-)
 delete mode 100644 site/_posts/2022-03-04-release-1.30.0.md