[jira] [Resolved] (CALCITE-2731) RexProgramBuilder makes unsafe simplifications to CASE expressions

2018-12-12 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Hyde resolved CALCITE-2731. -- Resolution: Fixed Fix Version/s: 1.18.0 Fixed in

[jira] [Updated] (CALCITE-2731) RexProgramBuilder makes unsafe simplifications to CASE expressions

2018-12-12 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Hyde updated CALCITE-2731: - Summary: RexProgramBuilder makes unsafe simplifications to CASE expressions (was: Case

[jira] [Updated] (CALCITE-2674) SqlIdentifier same name with built-in function but with escape character should be still resolved as an identifier

2018-12-12 Thread Yuzhao Chen (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuzhao Chen updated CALCITE-2674: - Summary: SqlIdentifier same name with built-in function but with escape character should be

[jira] [Commented] (CALCITE-2674) Column name with escape character should not be verified as a function when the column name is same with it

2018-12-12 Thread Yuzhao Chen (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16719867#comment-16719867 ] Yuzhao Chen commented on CALCITE-2674: -- [~julianhyde] I have added in Parser.jj#IdentifierSegment,

[jira] [Commented] (CALCITE-2721) Support parsing of DOT + MEMBER_FUNCTION

2018-12-12 Thread Rong Rong (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16719712#comment-16719712 ] Rong Rong commented on CALCITE-2721: I haven't give this too much of a thought but yes this can be

[jira] [Commented] (CALCITE-2735) support load data of dml statement

2018-12-12 Thread ambition (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16719653#comment-16719653 ] ambition commented on CALCITE-2735: --- Mysql and Oracle are the same, but different from

[jira] [Commented] (CALCITE-2737) Depending on the version of Maven installed, the build will fail

2018-12-12 Thread Jacques Nadeau (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16719622#comment-16719622 ] Jacques Nadeau commented on CALCITE-2737: - Yeah, that's my plan. Sorry about the noise. I'm

[jira] [Updated] (CALCITE-2739) NPE will thrown if the DEFINE statement contains IN in MATCH_RECOGNIZE

2018-12-12 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated CALCITE-2739: - Summary: NPE will thrown if the DEFINE statement contains IN in MATCH_RECOGNIZE (was: NPE will thrown

[jira] [Commented] (CALCITE-2674) Column name with escape character should not be verified as a function when the column name is same with it

2018-12-12 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16719609#comment-16719609 ] Julian Hyde commented on CALCITE-2674: -- There seem to be quite a few places in {{Parser.jj}} where

[jira] [Updated] (CALCITE-2730) RelBuilder incorrectly simplifies a filter with duplicate conjunction to empty

2018-12-12 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Hyde updated CALCITE-2730: - Summary: RelBuilder incorrectly simplifies a filter with duplicate conjunction to empty (was:

[jira] [Commented] (CALCITE-2464) Struct types are always not nullable

2018-12-12 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16719302#comment-16719302 ] Julian Hyde commented on CALCITE-2464: -- I found [this section of a book by Jim

[jira] [Commented] (CALCITE-2735) support load data of dml statement

2018-12-12 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16719276#comment-16719276 ] Julian Hyde commented on CALCITE-2735: -- It seems that every database has its own load command, and

[jira] [Commented] (CALCITE-2737) Depending on the version of Maven installed, the build will fail

2018-12-12 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16719269#comment-16719269 ] Julian Hyde commented on CALCITE-2737: -- I tried with Maven 3.2.5, 3.5.2 and 3.5.3 and JDK

[jira] [Created] (CALCITE-2739) NPE will thrown if the MEASURES statement contains IN in MATCH_RECOGNIZE

2018-12-12 Thread Dian Fu (JIRA)
Dian Fu created CALCITE-2739: Summary: NPE will thrown if the MEASURES statement contains IN in MATCH_RECOGNIZE Key: CALCITE-2739 URL: https://issues.apache.org/jira/browse/CALCITE-2739 Project: Calcite

[jira] [Updated] (CALCITE-2735) support load data of dml statement

2018-12-12 Thread ambition (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ambition updated CALCITE-2735: -- Description: support load data statement, like mysql or apache hive, dml sql is: {code:java} LOAD

[jira] [Created] (CALCITE-2738) Add support for copying of RexDynamicParam and RexRangeRef to RexCopier

2018-12-12 Thread Alexander Shilov (JIRA)
Alexander Shilov created CALCITE-2738: - Summary: Add support for copying of RexDynamicParam and RexRangeRef to RexCopier Key: CALCITE-2738 URL: https://issues.apache.org/jira/browse/CALCITE-2738