[jira] [Assigned] (CALCITE-2839) Simplify comparisons against boolean literals

2019-02-14 Thread Zoltan Haindrich (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zoltan Haindrich reassigned CALCITE-2839: - Assignee: Zoltan Haindrich (was: Julian Hyde) > Simplify comparisons against

[jira] [Updated] (CALCITE-2791) Add the JSON_TYPE function

2019-02-14 Thread Forward Xu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Forward Xu updated CALCITE-2791: Description: The data in json can be =, <, <=, >, >=, <>,! =, and <=>. But the data types in

[jira] [Updated] (CALCITE-2843) Babel parser should parse PostgreSQL-style '::' cast operator

2019-02-14 Thread Muhammad Gelbana (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Muhammad Gelbana updated CALCITE-2843: -- Description: How to reproduce the bug {code:java} public static void main(String[]

[jira] [Commented] (CALCITE-2791) Add the JSON_TYPE function

2019-02-14 Thread Forward Xu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16768093#comment-16768093 ] Forward Xu commented on CALCITE-2791: - hi [~julianhyde] Thank you very much. I added this in PR,

[jira] [Updated] (CALCITE-2804) Cast does not work in Druid when casting to timestamp

2019-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-2804: Labels: pull-request-available (was: ) > Cast does not work in Druid when casting to

[jira] [Updated] (CALCITE-2791) Add the JSON_TYPE function

2019-02-14 Thread Forward Xu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Forward Xu updated CALCITE-2791: Description: The data in json can be =, <, <=, >, >=, <>,! =, and <=>. But the data types in

[jira] [Commented] (CALCITE-2843) Babel parser should parse PostgreSQL-style '::' cast operator

2019-02-14 Thread Muhammad Gelbana (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16768123#comment-16768123 ] Muhammad Gelbana commented on CALCITE-2843: --- I've done what you ask me [~zabetak]. Excuse me

[jira] [Updated] (CALCITE-2838) Simplification: Remove redundant IS TRUE checks

2019-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-2838: Labels: pull-request-available (was: ) > Simplification: Remove redundant IS TRUE

[jira] [Updated] (CALCITE-2840) Simplification should use more specific UnknownAs modes during simplification

2019-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-2840: Labels: pull-request-available (was: ) > Simplification should use more specific

[jira] [Updated] (CALCITE-2843) Babel parser should parse PostgreSQL-style '::' cast operator

2019-02-14 Thread Muhammad Gelbana (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Muhammad Gelbana updated CALCITE-2843: -- Description: How to reproduce the bug {code:java} public static void main(String[]

[jira] [Updated] (CALCITE-2843) Babel parser should parse PostgreSQL-style '::' cast operator

2019-02-14 Thread Muhammad Gelbana (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Muhammad Gelbana updated CALCITE-2843: -- Description: *Code to reproduce the problem* {code:java} public static void

[jira] [Commented] (CALCITE-2844) Babel parser should parse PostgreSQL table functions

2019-02-14 Thread Muhammad Gelbana (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16768132#comment-16768132 ] Muhammad Gelbana commented on CALCITE-2844: --- [~zabetak], done. > Babel parser should parse

[jira] [Updated] (CALCITE-2844) Babel parser should parse PostgreSQL table functions

2019-02-14 Thread Muhammad Gelbana (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Muhammad Gelbana updated CALCITE-2844: -- Description: *Code to reproduce the problem* {code:java} public static void

[jira] [Commented] (CALCITE-2842) Computing digest of IN expressions leads to Exceptions

2019-02-14 Thread Jesus Camacho Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16768637#comment-16768637 ] Jesus Camacho Rodriguez commented on CALCITE-2842: -- [~julianhyde], thanks for the

[jira] [Comment Edited] (CALCITE-2842) Computing digest of IN expressions leads to Exceptions

2019-02-14 Thread Jesus Camacho Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16768637#comment-16768637 ] Jesus Camacho Rodriguez edited comment on CALCITE-2842 at 2/14/19 7:29 PM:

[jira] [Commented] (CALCITE-2842) Computing digest of IN expressions leads to Exceptions

2019-02-14 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16768641#comment-16768641 ] Julian Hyde commented on CALCITE-2842: -- Sure, you can push this change. As I said, you need to

[jira] [Updated] (CALCITE-2804) Cast does not work in Druid when casting to timestamp

2019-02-14 Thread Justin Szeluga (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Szeluga updated CALCITE-2804: Description: When trying to execute a simple statement of  {code:java} select

[jira] [Commented] (CALCITE-2791) Add the JSON_TYPE function

2019-02-14 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16768688#comment-16768688 ] Julian Hyde commented on CALCITE-2791: -- Does the SQL work? I didn't test it. > Add the JSON_TYPE

[jira] [Commented] (CALCITE-2703) Reduce code generation and class loading overhead when executing queries in the EnumerableConvention

2019-02-14 Thread Stamatis Zampetakis (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16768751#comment-16768751 ] Stamatis Zampetakis commented on CALCITE-2703: -- Thanks [~julianhyde], [~hhlai1990] for

[jira] [Commented] (CALCITE-2829) Fix RexSimplify#processRange cast issue

2019-02-14 Thread Stamatis Zampetakis (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16768756#comment-16768756 ] Stamatis Zampetakis commented on CALCITE-2829: -- Hi [~siddteotia], it seems you are

[jira] [Updated] (CALCITE-2848) Simplifying a case statement's first branch should ignore its safety

2019-02-14 Thread Zoltan Haindrich (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zoltan Haindrich updated CALCITE-2848: -- Summary: Simplifying a case statement's first branch should ignore its safety (was:

[jira] [Updated] (CALCITE-2848) Simplifying a case statement's first branch should ignore its safety

2019-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-2848: Labels: pull-request-available (was: ) > Simplifying a case statement's first branch

[jira] [Updated] (CALCITE-2841) Simplification: push negation into Case expression

2019-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-2841: Labels: pull-request-available (was: ) > Simplification: push negation into Case

[jira] [Assigned] (CALCITE-2841) Simplification: push negation into Case expression

2019-02-14 Thread Zoltan Haindrich (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zoltan Haindrich reassigned CALCITE-2841: - Assignee: Zoltan Haindrich (was: Julian Hyde) > Simplification: push

[jira] [Created] (CALCITE-2848) Simplifying a case statement's first branch should disregard its safety

2019-02-14 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created CALCITE-2848: - Summary: Simplifying a case statement's first branch should disregard its safety Key: CALCITE-2848 URL: https://issues.apache.org/jira/browse/CALCITE-2848