[calcite] branch master updated: [CALCITE-2965] Implement string functions: REPEAT, SPACE, SOUNDEX, DIFFERENCE

2019-05-16 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 4d04773 [CALCITE-2965] Implement string

[calcite] branch master updated: [CALCITE-2712] Add rule to remove null-generating side of a Join

2019-05-17 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 996579a [CALCITE-2712] Add rule to remove

[calcite] branch master updated: [CALCITE-2601] Add REVERSE function (pingle wang)

2019-05-20 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 2e01ce1 [CALCITE-2601] Add REVERSE function

[calcite] branch master updated: [CALCITE-3068] testSubprogram() does not test whether subprogram gets re-executed

2019-05-19 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 1a5fca0 [CALCITE-3068] testSubprogram() does

[calcite] branch master updated: [CALCITE-3039] In Interpreter, min() incorrectly returns maximum double value (dijkspicy)

2019-05-07 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new da4970e [CALCITE-3039] In Interpreter, min

[calcite] branch master updated: [CALCITE-3003] AssertionError when GROUP BY nested field (Will Yu)

2019-05-04 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 603f93d [CALCITE-3003] AssertionError when

[calcite] branch master updated: [CALCITE-2496] Return 0 in case of extract(milli/micro/nanosecond from datel) (Sergey Nuyanzin, Chunwei Lei)

2019-07-29 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new ccad6f9 [CALCITE-2496] Return 0 in case

[calcite] branch master updated: [CALCITE-3229] UnsupportedOperationException for UPDATE with IN query

2019-08-14 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 7625938 [CALCITE-3229

[calcite] branch master updated: [CALCITE-3246] NullPointerException while deserializing udf operator (Wang Yanlin).

2019-08-15 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new f99ff5f [CALCITE-3246] NullPointerException

[calcite] branch master updated (7294460 -> 22577e4)

2019-08-22 Thread chunwei
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 7294460 [CALCITE-3223] MV fails to match when there is Non-RexInputRef in the projects (Jin Xing) add

[calcite] branch master updated: [CALCITE-2835] Markdown errors on the Geode adapter page

2019-08-08 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 602b2a1 [CALCITE-2835] Markdown errors

[calcite] branch master updated: [CALCITE-2510] Implement CHR function (Sergey Tsvetkov, Chunwei Lei)

2019-07-23 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 5754fa9 [CALCITE-2510] Implement CHR

[calcite] branch master updated (db36758 -> 50cfaec)

2019-12-11 Thread chunwei
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 db36758 Revert "[CALCITE-3576] Remove enumerable convention check in FilterIntoJoinRule" a

[calcite] branch master updated (28d5f6f -> 8e9261d)

2019-12-13 Thread chunwei
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 28d5f6f [CALCITE-3598] EnumerableTableScan: wrong JavaRowFormat for elementType String add 8e9261d

[calcite] branch master updated (073abbe -> bf40ad3)

2019-12-12 Thread chunwei
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 073abbe [CALCITE-3462] Add projectExcept method in RelBuilder for projecting out expressions add bf40ad3

[calcite] branch master updated (ff44204 -> 1268950)

2019-12-05 Thread chunwei
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 ff44204 [CALCITE-3429] AssertionError for user-defined table function with map argument (Wang Yanlin) add

[calcite] branch master updated (ed181a4 -> abe7729)

2019-12-03 Thread chunwei
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 ed181a4 [CALCITE-3473] Getting unique result for table scan should contain key column(s) (Wang Yanlin) add

[calcite] branch master updated (607a0b6 -> 1ddc1c3)

2019-12-15 Thread chunwei
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. omit 607a0b6 [CALCITE-3552] Removing SqlExtractValueFunction omit d8dfc8f [CALCITE-3552] Support MySQL

[calcite] branch master updated (1ddc1c3 -> 2e23e26)

2019-12-15 Thread chunwei
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 1ddc1c3 [CALCITE-3552] Support MySQL ExtractValue function add 2e23e26 Following [CALCITE-3552] fix style

[calcite] branch master updated (75ac5f7 -> 607a0b6)

2019-12-15 Thread chunwei
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 75ac5f7 Add .DS_Store into .gitignore add d8dfc8f [CALCITE-3552] Support MySQL ExtractValue function

[calcite] branch master updated (bb18888 -> ab136b5)

2019-11-30 Thread chunwei
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 bb1 [CALCITE-3353] ProjectJoinTransposeRule caused AssertionError when creating a new Join (Wenhui Tang

[calcite] branch master updated (4d4afc6 -> c4d18de)

2019-12-22 Thread chunwei
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 4d4afc6 Move PGP signing to com.github.vlsi.stage-vote-release Gradle plugin add c4d18de [CALCITE-3387

[calcite] branch master updated (d616a08 -> f3020bc)

2019-12-19 Thread chunwei
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 d616a08 [CALCITE-3608] Promote RelOptUtil.createCastRel to not create new projection if the input rel is already

[calcite] branch master updated: [CALCITE-3809] RexSimplify simplifies nondeterministic function incorrectly

2020-03-06 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 200a136 [CALCITE-3809] RexSimplify

[calcite] branch master updated: [CALCITE-3817] VolcanoPlanner does not remove the entry in ruleNames when removing a rule

2020-02-25 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 089a3f6 [CALCITE-3817] VolcanoPlanner does

[calcite] branch master updated (b8deb18 -> 2ffd74a)

2020-02-19 Thread chunwei
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 b8deb18 [CALCITE-2707] Information about distinct aggregation is lost in MATCH_RECOGNIZE add 2ffd74a

[calcite] branch master updated (3e256e1 -> 21c8168)

2020-02-16 Thread chunwei
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. discard 3e256e1 [CALCITE-3794] Return directly if there is no pulled up predicate add 21c8168 [CALCITE-3794

[calcite] branch master updated: [CALCITE-3794] Return directly if there is no pulled up predicate

2020-02-16 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 3e256e1 [CALCITE-3794] Return directly

[calcite] branch master updated: [CALCITE-3791] HepPlanner does not clear metadata cache for the ancestors of discarded node when a transformation happens

2020-02-16 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 6687925 [CALCITE-3791] HepPlanner does

[calcite] branch master updated: [CALCITE-3675] SQL to Rel conversion is broken for coalesce on nullable field (DonnyZone)

2020-01-12 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 536d503 [CALCITE-3675] SQL to Rel conversion

[calcite] branch master updated (e7d3f54 -> 34af9ec)

2019-12-26 Thread chunwei
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 e7d3f54 [CALCITE-3579] Oracle XMLTRANSFORM Function Support (ritesh-kapoor) add 34af9ec [CALCITE-3630

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

2020-01-06 Thread chunwei
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] branch master updated: [CALCITE-3580] Oracle EXTRACT(XML) Function Support (ritesh-kapoor)

2020-01-06 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 3302a49 [CALCITE-3580] Oracle EXTRACT(XML

[calcite] branch master updated (9db466d -> 2952476)

2020-01-06 Thread chunwei
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 9db466d [CALCITE-3711] Correlate should override estimateRowCount add 2952476 [CALCITE-2672] Qualifying

[calcite] branch master updated (2952476 -> 162275b)

2020-01-06 Thread chunwei
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. omit 2952476 [CALCITE-2672] Qualifying the common column should not be allowed in Oracle dialect and SQL statndard

[calcite] branch master updated (1c84234 -> 4558236)

2020-01-06 Thread chunwei
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 1c84234 [CALCITE-3587] RexBuilder may lose decimal fraction for creating literal with DECIMAL type (Wang Yanlin

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

2020-01-06 Thread chunwei
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 40f5a0f [CALCITE-3154] RelToSqlConverter generates NULLS LAST and NULLS FIRST wrongly when using MysqlSqlDialect

[calcite] branch master updated (8555e1b -> e63c252)

2020-01-07 Thread chunwei
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 8555e1b [CALCITE-3714] BitString.createFromBytes reverses order of the bits in each byte add e63c252

[calcite] branch master updated: [CALCITE-3845] CASE WHEN expression with nullability CAST is considered as reduced wrongly in ReduceExpressionsRule

2020-03-10 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new ad8cf7e [CALCITE-3845] CASE WHEN expression

[calcite] branch master updated: [CALCITE-3838] Support Calc in RelMdSize, RelMdSelectivity, RelMdMaxRowCount, RelMdMinRowCount, RelMdTableReferences

2020-03-08 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 74536b7 [CALCITE-3838] Support Calc

[calcite] branch master updated: [CALCITE-3835] Overloaded table functions fail with an assertion error if param types differ

2020-04-07 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 4eaed59 [CALCITE-3835] Overloaded table

[calcite] branch master updated (38e2566 -> ddafe14)

2020-04-07 Thread chunwei
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 38e2566 Add JIRA links in Git in IDEA add ddafe14 [CALCITE-3872] Simplify expressions with unary minus

[calcite] branch master updated: [CALCITE-3726] Documentation for Declaring Objects For Types Defined In Schema (ritesh-kapoor)

2020-04-07 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new c545ef4 [CALCITE-3726] Documentation

[calcite] branch master updated: [CALCITE-3851] Replace the node importance map with a set for pruned nodes

2020-04-07 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 15152b6 [CALCITE-3851] Replace the node

[calcite] branch master updated: [CALCITE-3909] RelMdMinRowCount doesn't take into account UNION DISTINCT

2020-04-13 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 933e9c7 [CALCITE-3909] RelMdMinRowCount

[calcite] branch master updated: [CALCITE-3704] Implement STRCMP function

2020-03-13 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 1eff60b [CALCITE-3704] Implement STRCMP

[calcite] branch master updated (468f019 -> d234626)

2020-03-15 Thread chunwei
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 468f019 [CALCITE-3647] MySQL COMPRESS function support (ritesh-kapoor) add d234626 [CALCITE-3694] Implement

[calcite] branch master updated: [CALCITE-3891] Remove use of Pair.zip in RelTraitSet

2020-04-03 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 7792d57 [CALCITE-3891] Remove use

[calcite] branch master updated: Site: Fix links to javadoc

2020-04-01 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 0be2961 Site: Fix links to javadoc 0be2961

[calcite] branch master updated: [CALCITE-3938] Support LogicalCalc in RelShuttle (dz)

2020-04-28 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 9adf4a4 [CALCITE-3938] Support LogicalCalc

[calcite] branch master updated: [CALCITE-3852] RexSimplify doesn't simplify NOT EQUAL predicates

2020-03-17 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new a8aa439 [CALCITE-3852] RexSimplify doesn't

[calcite] branch master updated: [CALCITE-4203] RelMdUniqueKeys should not return empty when meeting Intersect and Minus if its input has unique keys

2020-09-03 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 103430b [CALCITE-4203] RelMdUniqueKeys

[calcite] branch master updated: [CALCITE-4239] RelMdUniqueKeys returns wrong unique keys for Aggregate with grouping sets

2020-09-13 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 1ae20f3 [CALCITE-4239] RelMdUniqueKeys

[calcite] branch master updated: [CALCITE-4197] Provide utility to visualize RelNode plans

2020-09-13 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 99c0fef [CALCITE-4197] Provide utility

[calcite] branch master updated: [CALCITE-4260] Support plan explain with dot format (Liya Fan)

2020-10-14 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new e2f9296 [CALCITE-4260] Support plan explain

[calcite] branch master updated: [CALCITE-4241] Some improvements to metadata query

2020-09-20 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new e7ac26d [CALCITE-4241] Some improvements

[calcite] branch master updated: [CALCITE-4192] RelMdColumnOrigins gets the wrong index of group by columns after RelNode was optimized by AggregateProjectMergeRule rule (FangZheng Li)

2020-09-20 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new fb1835c [CALCITE-4192] RelMdColumnOrigins

[calcite] branch master updated: Enable more tests in TpchTest

2020-10-21 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new b5a761e Enable more tests in TpchTest

[calcite] branch master updated: [CALCITE-4332] Improve error when planning rule produces a relational expression with wrong row type

2020-10-26 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new f9d23a6 [CALCITE-4332] Improve error when

[calcite] branch master updated: [CALCITE-4081] Round-tripping a DECIMAL literal throws validation error

2020-08-06 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 63c1667 [CALCITE-4081] Round-tripping

[calcite] branch master updated: [CALCITE-4094] Allow SqlOperator of SqlKind#OTHER_FUNCTION to define a Strong.Policy Follow-up after review comments

2020-07-14 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new ea4293b [CALCITE-4094] Allow SqlOperator

[calcite] branch master updated (d8e5590 -> da89b41)

2020-06-27 Thread chunwei
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 d8e5590 [CALCITE-4062] Support deserialize UDF array type from json string (Xu Zhaohui) add da89b41 Site

[calcite] branch master updated: [CALCITE-3941] Add the default strict mode to the path in the Json functions

2020-06-28 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 057186d [CALCITE-3941] Add the default

[calcite] branch master updated: [CALCITE-4020] Support Calc operator in RelFieldTrimmer (Xu Zhaohui)

2020-06-18 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new d7eb31b [CALCITE-4020] Support Calc operator

[calcite] branch master updated: [CALCITE-4016] Support trait propagation for EnumerableCalc

2020-06-12 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 3c317b6 [CALCITE-4016] Support trait

[calcite-site] branch 1.24 created (now fa489a1)

2020-07-24 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a change to branch 1.24 in repository https://gitbox.apache.org/repos/asf/calcite-site.git. at fa489a1 Publish website for Apache Calcite 1.24.0 release This branch includes the following new commits

[calcite] branch branch-1.24 updated (4b5b910 -> 6c004db)

2020-07-24 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a change to branch branch-1.24 in repository https://gitbox.apache.org/repos/asf/calcite.git. from 4b5b910 [CALCITE-4117] Release Calcite 1.24.0 new 28d156f Improve 1.24.0 release note and document

[calcite] 01/03: Improve 1.24.0 release note and document

2020-07-24 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch branch-1.24 in repository https://gitbox.apache.org/repos/asf/calcite.git commit 28d156f7903365afb69416fa11e2d3252a4c68b8 Author: Chunwei Lei AuthorDate: Tue Jul 21 11:53:13 2020 +0800

[calcite] 02/03: Prepare for next development iteration

2020-07-24 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch branch-1.24 in repository https://gitbox.apache.org/repos/asf/calcite.git commit 7171cbf7a4314655ad323217dc667ec032e52f58 Author: Chunwei Lei AuthorDate: Fri Jul 24 13:51:53 2020 +0800

[calcite] 03/03: Add 1.24.0 release announcement

2020-07-24 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch branch-1.24 in repository https://gitbox.apache.org/repos/asf/calcite.git commit 6c004db26048caf44df80dc2b517e0ffa57fb269 Author: Chunwei Lei AuthorDate: Fri Jul 24 13:52:39 2020 +0800 Add

[calcite] 02/03: Prepare for next development iteration

2020-07-24 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch branch-1.24 in repository https://gitbox.apache.org/repos/asf/calcite.git commit 7171cbf7a4314655ad323217dc667ec032e52f58 Author: Chunwei Lei AuthorDate: Fri Jul 24 13:51:53 2020 +0800

[calcite] branch site updated (8ce5300 -> 92309ed)

2020-07-25 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a change to branch site in repository https://gitbox.apache.org/repos/asf/calcite.git. discard 8ce5300 Site: Remove '(for Calcite committers)' suffix from headers in section dedicated to committers discard

[calcite] branch branch-1.24 updated (4b5b910 -> 6c004db)

2020-07-24 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a change to branch branch-1.24 in repository https://gitbox.apache.org/repos/asf/calcite.git. from 4b5b910 [CALCITE-4117] Release Calcite 1.24.0 new 28d156f Improve 1.24.0 release note and document

[calcite] 01/03: Improve 1.24.0 release note and document

2020-07-24 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch branch-1.24 in repository https://gitbox.apache.org/repos/asf/calcite.git commit 28d156f7903365afb69416fa11e2d3252a4c68b8 Author: Chunwei Lei AuthorDate: Tue Jul 21 11:53:13 2020 +0800

[calcite] 03/03: Add 1.24.0 release announcement

2020-07-24 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch branch-1.24 in repository https://gitbox.apache.org/repos/asf/calcite.git commit 6c004db26048caf44df80dc2b517e0ffa57fb269 Author: Chunwei Lei AuthorDate: Fri Jul 24 13:52:39 2020 +0800 Add

[calcite] 01/01: Add 1.24.0 release announcement

2020-07-24 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch branch-1.24 in repository https://gitbox.apache.org/repos/asf/calcite.git commit 92309ed4c2d2156eaffc3900d55abc7ff741c0da Author: Chunwei Lei AuthorDate: Fri Jul 24 13:52:39 2020 +0800 Add

[calcite] branch master updated: Site: update howto.md and revise the wrong issue link

2020-07-29 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 553a256 Site: update howto.md and revise

[calcite] branch site updated (92309ed -> 553a256)

2020-07-29 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a change to branch site in repository https://gitbox.apache.org/repos/asf/calcite.git. from 92309ed Add 1.24.0 release announcement add 0fdf185 [CALCITE-4141] Make checkstyle tasks relocatable

[calcite-site] branch master updated: Site: update howto.md and revise the wrong issue link

2020-07-29 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite-site.git The following commit(s) were added to refs/heads/master by this push: new b07d1e1 Site: update howto.md

[calcite] branch master updated: Site: Fix wrong syntax in tutorial.md

2020-07-29 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new b047cf5 Site: Fix wrong syntax

[calcite] 01/01: Site: Fix wrong syntax in tutorial.md

2020-07-29 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git commit 630b23ec508a6f6b50f6edd3cb1e4a473a83c3da Author: Chunwei Lei AuthorDate: Wed Jul 29 16:10:15 2020 +0800 Site

[calcite] branch master updated (b047cf5 -> 630b23e)

2020-07-29 Thread chunwei
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. discard b047cf5 Site: Fix wrong syntax in tutorial.md new 630b23e Site: Fix wrong syntax in tutorial.md

[calcite] branch master updated: Remove duplicate codes and fix typos (Auxten, Chunwei Lei)

2020-07-27 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 2ff1686 Remove duplicate codes and fix typos

[calcite] 01/01: Remove duplicate codes and fix typos (Auxten, Chunwei Lei)

2020-07-28 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git commit f03b4559f1d79ef1886cdf79bc50e039640c7f50 Author: Chunwei Lei AuthorDate: Fri Jul 17 15:27:47 2020 +0800 Remove

[calcite] branch master updated (2ff1686 -> f03b455)

2020-07-28 Thread chunwei
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. omit 2ff1686 Remove duplicate codes and fix typos (Auxten, Chunwei Lei) new f03b455 Remove duplicate codes

svn commit: r40574 - in /dev/calcite/apache-calcite-1.24.0-rc0: apache-calcite-1.24.0-src.tar.gz apache-calcite-1.24.0-src.tar.gz.asc apache-calcite-1.24.0-src.tar.gz.sha512

2020-07-20 Thread chunwei
Author: chunwei Date: Mon Jul 20 13:04:04 2020 New Revision: 40574 Log: Uploading release candidate Apache Calcite calcite-1.24.0-rc0 to dev area Modified: dev/calcite/apache-calcite-1.24.0-rc0/apache-calcite-1.24.0-src.tar.gz dev/calcite/apache-calcite-1.24.0-rc0/apache-calcite-1.24.0

[calcite] annotated tag calcite-1.24.0-rc0 updated (4b5b910 -> 6ea9d28)

2020-07-20 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a change to annotated tag calcite-1.24.0-rc0 in repository https://gitbox.apache.org/repos/asf/calcite.git. *** WARNING: tag calcite-1.24.0-rc0 was modified! *** from 4b5b910 (commit) to 6ea9d28 (tag

svn commit: r40572 - in /dev/calcite/apache-calcite-1.24.0-rc0: ./ apache-calcite-1.24.0-src.tar.gz apache-calcite-1.24.0-src.tar.gz.asc apache-calcite-1.24.0-src.tar.gz.sha512

2020-07-20 Thread chunwei
Author: chunwei Date: Mon Jul 20 12:47:16 2020 New Revision: 40572 Log: Uploading release candidate Apache Calcite calcite-1.24.0-rc0 to dev area Added: dev/calcite/apache-calcite-1.24.0-rc0/ dev/calcite/apache-calcite-1.24.0-rc0/apache-calcite-1.24.0-src.tar.gz dev/calcite/apache

svn commit: r40573 - in /dev/calcite/apache-calcite-1.24.0-rc0: apache-calcite-1.24.0-src.tar.gz apache-calcite-1.24.0-src.tar.gz.asc apache-calcite-1.24.0-src.tar.gz.sha512

2020-07-20 Thread chunwei
Author: chunwei Date: Mon Jul 20 12:55:43 2020 New Revision: 40573 Log: Uploading release candidate Apache Calcite calcite-1.24.0-rc0 to dev area Modified: dev/calcite/apache-calcite-1.24.0-rc0/apache-calcite-1.24.0-src.tar.gz dev/calcite/apache-calcite-1.24.0-rc0/apache-calcite-1.24.0

[calcite] branch master updated: [CALCITE-4118] RexSimplify might remove CAST from RexNode incorrectly

2020-07-30 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 2088488 [CALCITE-4118] RexSimplify might

[calcite] branch branch-1.24 created (now 4b5b910)

2020-07-20 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a change to branch branch-1.24 in repository https://gitbox.apache.org/repos/asf/calcite.git. at 4b5b910 [CALCITE-4117] Release Calcite 1.24.0 No new revisions were added by this update.

[calcite] branch master updated (67b41ce -> ad6d1d9)

2020-12-17 Thread chunwei
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 67b41ce [CALCITE-4436] Use the fields order from the struct type for 'ITEM(STRUCT, INDEX)' access (Alessandro

[calcite] branch master updated: [CALCITE-4425] Class DefaultEdge lacks a proper toString implementation (Liya Fan)

2020-12-22 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new 6dba0ac [CALCITE-4425] Class DefaultEdge

[calcite] branch master updated (b973aa4 -> 2ddc836)

2020-11-18 Thread chunwei
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 b973aa4 Update release instructions add 2ddc836 [CALCITE-4392] The operation of checking types equal

[calcite] branch master updated (2ddc836 -> 3846b50)

2020-11-18 Thread chunwei
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 2ddc836 [CALCITE-4392] The operation of checking types equal ignoring null can be more efficient add

[calcite] branch master updated: [CALCITE-4350] The reverse operation of collation direction is overly relaxed (Liya Fan)

2020-11-02 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new c19da85 [CALCITE-4350] The reverse operation

[calcite] branch master updated (c708456 -> 30a0f4b)

2020-11-02 Thread chunwei
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 c708456 [CALCITE-4345] AggregateCaseToFilterRule throws NullPointerException when converting CASE without ELSE

[calcite] branch master updated: Fix grammatical errors in TopDownRuleDriver/TopDownRuleQueue/RuleDriver/VolcanoPlanner

2020-11-05 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new fdcb195 Fix grammatical errors

[calcite] branch master updated: [CALCITE-4884] Provide a new constructor for RelJsonWriter to allow customized JsonBuilder

2021-11-16 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new faee09f [CALCITE-4884] Provide a new

[calcite] branch master updated: [CALCITE-4822] Add functions ARRAY_CONCAT, ARRAY_REVERSE, ARRAY_LENGTH for BigQuery dialect

2021-10-27 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new f61541d [CALCITE-4822] Add functions

  1   2   >