[jira] [Commented] (CALCITE-2069) RexSimplify.removeNullabilityCast() always removes cast for operand with ANY type

2017-11-28 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16270275#comment-16270275 ] Julian Hyde commented on CALCITE-2069: -- Reviewing

[jira] [Resolved] (CALCITE-1616) Data profiler

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

[jira] [Resolved] (CALCITE-2005) Core project failed during default-test on Windows

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

[jira] [Updated] (CALCITE-2005) Core project failed during default-test on Windows

2017-11-28 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Hyde updated CALCITE-2005: - Summary: Core project failed during default-test on Windows (was: Core project failed during

[jira] [Commented] (CALCITE-2067) RexBuilder can't handle NaN,Infinity double constants

2017-11-28 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16269934#comment-16269934 ] Julian Hyde commented on CALCITE-2067: -- Reviewing

[jira] [Commented] (CALCITE-2066) RelOptUtil.splitJoinCondition() could not split condition with case after applying FilterReduceExpressionsRule

2017-11-28 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16269160#comment-16269160 ] Julian Hyde commented on CALCITE-2066: -- I'll take a look. It won't make it into 1.15, I'm afraid.

[jira] [Comment Edited] (CALCITE-2067) RexBuilder can't handle NaN,Infinity double constants

2017-11-28 Thread Volodymyr Tkach (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16269046#comment-16269046 ] Volodymyr Tkach edited comment on CALCITE-2067 at 11/28/17 5:04 PM:

[jira] [Commented] (CALCITE-2067) RexBuilder can't handle NaN,Infinity double constants

2017-11-28 Thread Volodymyr Tkach (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16269046#comment-16269046 ] Volodymyr Tkach commented on CALCITE-2067: -- Sorry, fixed. The behavior is inconsistent when

[jira] [Updated] (CALCITE-2067) RexBuilder can't handle NaN,Infinity double constants

2017-11-28 Thread Volodymyr Tkach (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volodymyr Tkach updated CALCITE-2067: - Description: Currently we are working in Drill to allow support for Nan an Infinity

[jira] [Commented] (CALCITE-2069) RexSimplify.removeNullabilityCast() always removes cast for operand with ANY type

2017-11-28 Thread Volodymyr Vysotskyi (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16268943#comment-16268943 ] Volodymyr Vysotskyi commented on CALCITE-2069: -- I created pull request for this issue:

[jira] [Updated] (CALCITE-2069) RexSimplify.removeNullabilityCast() always removes cast for operand with ANY type

2017-11-28 Thread Volodymyr Vysotskyi (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volodymyr Vysotskyi updated CALCITE-2069: - Description: When a field is received from Dynamic Table, its type left

[jira] [Created] (CALCITE-2069) RexSimplify.removeNullabilityCast() always removes cast for operand with ANY type

2017-11-28 Thread Volodymyr Vysotskyi (JIRA)
Volodymyr Vysotskyi created CALCITE-2069: Summary: RexSimplify.removeNullabilityCast() always removes cast for operand with ANY type Key: CALCITE-2069 URL:

[jira] [Updated] (CALCITE-2068) throws NPE in RelMdPercentageOriginalRows when getPercentageOriginalRows returns null

2017-11-28 Thread godfrey he (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] godfrey he updated CALCITE-2068: Description: these two methods will get NEP when mq.getPercentageOriginalRows return null:

[jira] [Created] (CALCITE-2068) throws NPE in RelMdPercentageOriginalRows when getPercentageOriginalRows returns null

2017-11-28 Thread godfrey he (JIRA)
godfrey he created CALCITE-2068: --- Summary: throws NPE in RelMdPercentageOriginalRows when getPercentageOriginalRows returns null Key: CALCITE-2068 URL: https://issues.apache.org/jira/browse/CALCITE-2068

[jira] [Updated] (CALCITE-2068) throws NPE in RelMdPercentageOriginalRows when getPercentageOriginalRows returns null

2017-11-28 Thread godfrey he (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] godfrey he updated CALCITE-2068: Description: these two methods will get NEP:

[jira] [Commented] (CALCITE-2066) RelOptUtil.splitJoinCondition() could not split condition with case after applying FilterReduceExpressionsRule

2017-11-28 Thread Volodymyr Vysotskyi (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16268673#comment-16268673 ] Volodymyr Vysotskyi commented on CALCITE-2066: -- I think it's better to handle larger