[jira] [Created] (CALCITE-3738) Missing order by logical plan for insert statement

2020-01-14 Thread pengzhiwei (Jira)
pengzhiwei created CALCITE-3738: --- Summary: Missing order by logical plan for insert statement Key: CALCITE-3738 URL: https://issues.apache.org/jira/browse/CALCITE-3738 Project: Calcite Issue Ty

[jira] [Created] (CALCITE-3746) RexSimplify changes the order of IS NOT NULL in And RexNode

2020-01-17 Thread pengzhiwei (Jira)
pengzhiwei created CALCITE-3746: --- Summary: RexSimplify changes the order of IS NOT NULL in And RexNode Key: CALCITE-3746 URL: https://issues.apache.org/jira/browse/CALCITE-3746 Project: Calcite

[jira] [Created] (CALCITE-2311) case when returns redundant white space

2018-05-15 Thread pengzhiwei (JIRA)
pengzhiwei created CALCITE-2311: --- Summary: case when returns redundant white space Key: CALCITE-2311 URL: https://issues.apache.org/jira/browse/CALCITE-2311 Project: Calcite Issue Type: Bug

[jira] [Created] (CALCITE-2382) Column not found when subquery join lateral table function

2018-06-26 Thread pengzhiwei (JIRA)
pengzhiwei created CALCITE-2382: --- Summary: Column not found when subquery join lateral table function Key: CALCITE-2382 URL: https://issues.apache.org/jira/browse/CALCITE-2382 Project: Calcite

[jira] [Created] (CALCITE-2393) RexSimplify optimization error for expression 'x is not null and x <> 5'

2018-07-02 Thread pengzhiwei (JIRA)
pengzhiwei created CALCITE-2393: --- Summary: RexSimplify optimization error for expression 'x is not null and x <> 5' Key: CALCITE-2393 URL: https://issues.apache.org/jira/browse/CALCITE-2393 Project: Ca

[jira] [Created] (CALCITE-2424) AggregateProjectPullUpConstantsRule throws AssertionError when sql has "where 'a' is null"

2018-07-23 Thread pengzhiwei (JIRA)
pengzhiwei created CALCITE-2424: --- Summary: AggregateProjectPullUpConstantsRule throws AssertionError when sql has "where 'a' is null" Key: CALCITE-2424 URL: https://issues.apache.org/jira/browse/CALCITE-2424

[jira] [Created] (CALCITE-2438) RexCall#isAlwaysTrue return incorrect result

2018-08-02 Thread pengzhiwei (JIRA)
pengzhiwei created CALCITE-2438: --- Summary: RexCall#isAlwaysTrue return incorrect result Key: CALCITE-2438 URL: https://issues.apache.org/jira/browse/CALCITE-2438 Project: Calcite Issue Type: B

[jira] [Created] (CALCITE-2448) AggregateProjectPullUpConstantsRule throws AssertionError

2018-08-06 Thread pengzhiwei (JIRA)
pengzhiwei created CALCITE-2448: --- Summary: AggregateProjectPullUpConstantsRule throws AssertionError Key: CALCITE-2448 URL: https://issues.apache.org/jira/browse/CALCITE-2448 Project: Calcite I

[jira] [Created] (CALCITE-2469) RexSimplify should not optimize 'not(x) is null' to 'x is not null

2018-08-16 Thread pengzhiwei (JIRA)
pengzhiwei created CALCITE-2469: --- Summary: RexSimplify should not optimize 'not(x) is null' to 'x is not null Key: CALCITE-2469 URL: https://issues.apache.org/jira/browse/CALCITE-2469 Project: Calcite

[jira] [Created] (CALCITE-2551) ClassCastException in SqlToRelConverter#pushDownNotForIn

2018-09-11 Thread pengzhiwei (JIRA)
pengzhiwei created CALCITE-2551: --- Summary: ClassCastException in SqlToRelConverter#pushDownNotForIn Key: CALCITE-2551 URL: https://issues.apache.org/jira/browse/CALCITE-2551 Project: Calcite Is

[jira] [Created] (CALCITE-2567) RexSimplify#simplifyIsNull does not work for "is null(null)"

2018-09-17 Thread pengzhiwei (JIRA)
pengzhiwei created CALCITE-2567: --- Summary: RexSimplify#simplifyIsNull does not work for "is null(null)" Key: CALCITE-2567 URL: https://issues.apache.org/jira/browse/CALCITE-2567 Project: Calcite

[jira] [Created] (CALCITE-2602) Support inner join without on-condition

2018-09-28 Thread pengzhiwei (JIRA)
pengzhiwei created CALCITE-2602: --- Summary: Support inner join without on-condition Key: CALCITE-2602 URL: https://issues.apache.org/jira/browse/CALCITE-2602 Project: Calcite Issue Type: Bug

[jira] [Created] (CALCITE-2620) Simplify "coalesce(null,x)" to "x"

2018-10-11 Thread pengzhiwei (JIRA)
pengzhiwei created CALCITE-2620: --- Summary: Simplify "coalesce(null,x)" to "x" Key: CALCITE-2620 URL: https://issues.apache.org/jira/browse/CALCITE-2620 Project: Calcite Issue Type: Improvement

[jira] [Created] (CALCITE-2630) Convert SqlInOperator to a IN-Function

2018-10-17 Thread pengzhiwei (JIRA)
pengzhiwei created CALCITE-2630: --- Summary: Convert SqlInOperator to a IN-Function Key: CALCITE-2630 URL: https://issues.apache.org/jira/browse/CALCITE-2630 Project: Calcite Issue Type: Improvem

[jira] [Created] (CALCITE-2772) Support variable parameter for udf

2019-01-07 Thread pengzhiwei (JIRA)
pengzhiwei created CALCITE-2772: --- Summary: Support variable parameter for udf Key: CALCITE-2772 URL: https://issues.apache.org/jira/browse/CALCITE-2772 Project: Calcite Issue Type: Improvement

[jira] [Created] (CALCITE-2788) Building error for sub-project of calcite on maven-checkstyle-plugin

2019-01-16 Thread pengzhiwei (JIRA)
pengzhiwei created CALCITE-2788: --- Summary: Building error for sub-project of calcite on maven-checkstyle-plugin Key: CALCITE-2788 URL: https://issues.apache.org/jira/browse/CALCITE-2788 Project: Calcite

[jira] [Created] (CALCITE-2921) nullif(null,y) throws exception in verification

2019-03-14 Thread pengzhiwei (JIRA)
pengzhiwei created CALCITE-2921: --- Summary: nullif(null,y) throws exception in verification Key: CALCITE-2921 URL: https://issues.apache.org/jira/browse/CALCITE-2921 Project: Calcite Issue Type

[jira] [Created] (CALCITE-2977) Exception is not thrown out when there are ambiguous field in select list

2019-04-03 Thread pengzhiwei (JIRA)
pengzhiwei created CALCITE-2977: --- Summary: Exception is not thrown out when there are ambiguous field in select list Key: CALCITE-2977 URL: https://issues.apache.org/jira/browse/CALCITE-2977 Project: C

[jira] [Created] (CALCITE-2982) SqlItemOpeator should throw understandable exception message for incorrect field type

2019-04-07 Thread pengzhiwei (JIRA)
pengzhiwei created CALCITE-2982: --- Summary: SqlItemOpeator should throw understandable exception message for incorrect field type Key: CALCITE-2982 URL: https://issues.apache.org/jira/browse/CALCITE-2982

[jira] [Created] (CALCITE-3000) Improve SqlUserDefinedFunction and SqlUserDefinedTableFunction to support override method call

2019-04-15 Thread pengzhiwei (JIRA)
pengzhiwei created CALCITE-3000: --- Summary: Improve SqlUserDefinedFunction and SqlUserDefinedTableFunction to support override method call Key: CALCITE-3000 URL: https://issues.apache.org/jira/browse/CALCITE-3000