You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by ch...@apache.org on 2020/01/07 03:44:25 UTC

[calcite] branch master updated (ee1a70a -> 40f5a0f)

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

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


    from ee1a70a  [CALCITE-3658] TableModify of Update contains correlated variable by mistake (Jin Xing)
     add 40f5a0f  [CALCITE-3154] RelToSqlConverter generates NULLS LAST and NULLS FIRST wrongly when using MysqlSqlDialect to convert RexOver to sql (Wenhui Tang)

No new revisions were added by this update.

Summary of changes:
 .../apache/calcite/rel/rel2sql/SqlImplementor.java |  33 +++-
 .../calcite/rel/rel2sql/RelToSqlConverterTest.java | 214 +++++++++++++++++++++
 2 files changed, 244 insertions(+), 3 deletions(-)