Null literals in AggregateReduceFunctionsRule

2017-02-02 Thread Anton Mushin
FLINK-4604?focusedCommentId=15615280=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15615280 [3] https://issues.apache.org/jira/browse/FLINK-4604?focusedCommentId=15667697=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15667697 Regards, Anton Mushin

RE: Null literals in AggregateReduceFunctionsRule

2017-02-07 Thread Anton Mushin
Thanks Julian for your reply! I created jira case[1] and I will try submit a pull request in near future. [1] https://issues.apache.org/jira/browse/CALCITE-1621 Regards, Anton Mushin -Original Message- From: Julian Hyde [mailto:jh...@apache.org] Sent: Tuesday, February 07, 2017 5:05

RE: LogicalUnion convert to LogicalAggregate

2016-11-25 Thread Anton Mushin
Thank Julian, for your help! Best regards, Anton Mushin -Original Message- From: Julian Hyde [mailto:jh...@apache.org] Sent: Friday, November 25, 2016 12:49 AM To: dev@calcite.apache.org Subject: Re: LogicalUnion convert to LogicalAggregate This should do it: https

RE: Convert RexSubQuery to RexNode

2016-11-30 Thread Anton Mushin
Hi Julian, > RelBuilder does not support TableFunctionScan yet. Can you please log a JIRA > case for that? (And implement it, if you are so inclined.) Do you mean add In RelBuilder TableFunctionScanFactory which will create LogicalTableFunctionScan like as for LogicalTableScan [1] and factory

RE: Convert RexSubQuery to RexNode

2016-11-30 Thread Anton Mushin
Julian thanks for your reply! I created issue about it, if you have any comments about this question, please write them in issue CALCITE-1515. Best regards, Anton Mushin -Original Message- From: Julian Hyde [mailto:jh...@apache.org] Sent: Wednesday, November 30, 2016 12:31 PM To: dev

RE: [NOTICE] - analysis.apache.org closing down 14th January

2016-12-19 Thread Anton Mushin
Hi, +1 for Sonar. I think it would to improve Calcite and required code's quality in future, also we can find new problems in code base possibly. Best regards, Anton Mushin -Original Message- From: Julian Hyde [mailto:jh...@apache.org] Sent: Sunday, December 18, 2016 4:08 AM To: dev

[jira] [Created] (CALCITE-1621) Adding a cast around the null literal in aggregate rules

2017-02-07 Thread Anton Mushin (JIRA)
Anton Mushin created CALCITE-1621: - Summary: Adding a cast around the null literal in aggregate rules Key: CALCITE-1621 URL: https://issues.apache.org/jira/browse/CALCITE-1621 Project: Calcite

[jira] [Created] (CALCITE-1515) Support TableFunctionScan

2016-11-30 Thread Anton Mushin (JIRA)
Anton Mushin created CALCITE-1515: - Summary: Support TableFunctionScan Key: CALCITE-1515 URL: https://issues.apache.org/jira/browse/CALCITE-1515 Project: Calcite Issue Type: Bug Affects