[jira] [Commented] (CALCITE-2854) code gen error for UNARY_MINUS operator call with decimal type operands

2019-02-24 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16776583#comment-16776583 ] Hongze Zhang commented on CALCITE-2854: --- [~hhlai1990], I do think the patch can solve the current

[jira] [Updated] (CALCITE-2864) Add the JSON_DEPTH function

2019-02-24 Thread Forward Xu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Forward Xu updated CALCITE-2864: Description: Returns the maximum depth of a JSON document. Returns {{NULL}} if the argument is 

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

2019-02-24 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] [Created] (CALCITE-2864) Add the JSON_DEPTH function

2019-02-24 Thread Forward Xu (JIRA)
Forward Xu created CALCITE-2864: --- Summary: Add the JSON_DEPTH function Key: CALCITE-2864 URL: https://issues.apache.org/jira/browse/CALCITE-2864 Project: Calcite Issue Type: New Feature

[jira] [Comment Edited] (CALCITE-2854) code gen error for UNARY_MINUS operator call with decimal type operands

2019-02-24 Thread Lai Zhou (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16776491#comment-16776491 ] Lai Zhou edited comment on CALCITE-2854 at 2/25/19 2:38 AM: I think Unary

[jira] [Commented] (CALCITE-2854) code gen error for UNARY_MINUS operator call with decimal type operands

2019-02-24 Thread Lai Zhou (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16776491#comment-16776491 ] Lai Zhou commented on CALCITE-2854: --- I think Unary "+" has no effect on Decimal type.  This patch is

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

2019-02-24 Thread Zoltan Haindrich (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zoltan Haindrich resolved CALCITE-2841. --- Resolution: Fixed Fix Version/s: 1.19.0 fixed in

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

2019-02-24 Thread Zoltan Haindrich (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zoltan Haindrich resolved CALCITE-2848. --- Resolution: Fixed Fix Version/s: 1.19.0 fixed in

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

2019-02-24 Thread Muhammad Gelbana (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16776233#comment-16776233 ] Muhammad Gelbana commented on CALCITE-2843: --- That was truly very helpful [~zabetak]. I