[GitHub] [calcite] chunweilei commented on issue #783: [CALCITE-2453] Adding support of SQL statements separated by a semicolon

2019-04-20 Thread GitBox
chunweilei commented on issue #783: [CALCITE-2453] Adding support of SQL statements separated by a semicolon URL: https://github.com/apache/calcite/pull/783#issuecomment-485221048 I find this PR is not as good as expected since it treats some negative test cases as success wrongly. So

[calcite] branch master updated: [CALCITE-2986] Wrong results with =ANY subquery (Vineet Garg)

2019-04-20 Thread hyuan
This is an automated email from the ASF dual-hosted git repository. hyuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new cd96973 [CALCITE-2986] Wrong results with =ANY

[GitHub] [calcite] hsyuan merged pull request #1161: [CALCITE-2986] Wrong results with =ANY subquery

2019-04-20 Thread GitBox
hsyuan merged pull request #1161: [CALCITE-2986] Wrong results with =ANY subquery URL: https://github.com/apache/calcite/pull/1161 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [calcite] chunweilei opened a new pull request #1177: Support parsing multiple statements

2019-04-20 Thread GitBox
chunweilei opened a new pull request #1177: Support parsing multiple statements URL: https://github.com/apache/calcite/pull/1177 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [calcite] asfgit closed pull request #1152: [CALCITE-2962] RelStructuredTypeFlattener generates wrong types for n…

2019-04-20 Thread GitBox
asfgit closed pull request #1152: [CALCITE-2962] RelStructuredTypeFlattener generates wrong types for n… URL: https://github.com/apache/calcite/pull/1152 This is an automated message from the Apache Git Service. To respond

[calcite] branch master updated: [CALCITE-2962] RelStructuredTypeFlattener generates wrong types for nested column when flattenProjection (Will Yu)

2019-04-20 Thread zabetak
This is an automated email from the ASF dual-hosted git repository. zabetak pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new a51a187 [CALCITE-2962]

[GitHub] [calcite] pengzhiwei2018 edited a comment on issue #1176: [CALCITE-3000] Improve SqlUserDefinedFunction and SqlUserDefinedTable…

2019-04-20 Thread GitBox
pengzhiwei2018 edited a comment on issue #1176: [CALCITE-3000] Improve SqlUserDefinedFunction and SqlUserDefinedTable… URL: https://github.com/apache/calcite/pull/1176#issuecomment-485074534 This PR has improved SqlUserDefinedFunction & SqlUserDefinedTableFunction to support overload

[GitHub] [calcite] pengzhiwei2018 edited a comment on issue #1176: [CALCITE-3000] Improve SqlUserDefinedFunction and SqlUserDefinedTable…

2019-04-20 Thread GitBox
pengzhiwei2018 edited a comment on issue #1176: [CALCITE-3000] Improve SqlUserDefinedFunction and SqlUserDefinedTable… URL: https://github.com/apache/calcite/pull/1176#issuecomment-485074534 This PR has improved SqlUserDefinedFunction & SqlUserDefinedTableFunction to support overload

[GitHub] [calcite] pengzhiwei2018 commented on issue #1176: [CALCITE-3000] Improve SqlUserDefinedFunction and SqlUserDefinedTable…

2019-04-20 Thread GitBox
pengzhiwei2018 commented on issue #1176: [CALCITE-3000] Improve SqlUserDefinedFunction and SqlUserDefinedTable… URL: https://github.com/apache/calcite/pull/1176#issuecomment-485074534 This PR has improved SqlUserDefinedFunction & SqlUserDefinedTableFunction to support overload method call

[GitHub] [calcite] pengzhiwei2018 opened a new pull request #1176: [CALCITE-3000] Improve SqlUserDefinedFunction and SqlUserDefinedTable…

2019-04-20 Thread GitBox
pengzhiwei2018 opened a new pull request #1176: [CALCITE-3000] Improve SqlUserDefinedFunction and SqlUserDefinedTable… URL: https://github.com/apache/calcite/pull/1176 …Function to support overload method call This is an