[jira] [Commented] (CALCITE-2616) Can't create Unicode literal by RelBuilder

2018-10-10 Thread Anton Haidai (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16644654#comment-16644654 ] Anton Haidai commented on CALCITE-2616: --- According to my testing, if using

[jira] [Commented] (CALCITE-2616) Can't create Unicode literal by RelBuilder

2018-10-10 Thread Ted Xu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16644966#comment-16644966 ] Ted Xu commented on CALCITE-2616: - We have encountered the same issue here. The root cause should be

[jira] [Created] (CALCITE-2617) FilterProjectTransposeRule should allow filter conditions with correlated variables to be pushed down

2018-10-10 Thread Stamatis Zampetakis (JIRA)
Stamatis Zampetakis created CALCITE-2617: Summary: FilterProjectTransposeRule should allow filter conditions with correlated variables to be pushed down Key: CALCITE-2617 URL:

[jira] [Created] (CALCITE-2618) It is not possible to execute IN on Enumerable: "cannot translate call IN"

2018-10-10 Thread Anton Haidai (JIRA)
Anton Haidai created CALCITE-2618: - Summary: It is not possible to execute IN on Enumerable: "cannot translate call IN" Key: CALCITE-2618 URL: https://issues.apache.org/jira/browse/CALCITE-2618

[jira] [Commented] (CALCITE-525) Exception-handling in built-in functions

2018-10-10 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16645499#comment-16645499 ] Julian Hyde commented on CALCITE-525: - bq. What is the practical use of the feature you implement?

[jira] [Commented] (CALCITE-2616) Can't create Unicode literal by RelBuilder

2018-10-10 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16645519#comment-16645519 ] Julian Hyde commented on CALCITE-2616: -- bq. In fact, from our profiling result, the cost of

[jira] [Commented] (CALCITE-2619) Reduce string literal creation cost by removing charset check

2018-10-10 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16645996#comment-16645996 ] Julian Hyde commented on CALCITE-2619: -- I think the charset test is useful. Is there any way we

[jira] [Created] (CALCITE-2619) Reduce string literal creation cost by removing charset check

2018-10-10 Thread Ted Xu (JIRA)
Ted Xu created CALCITE-2619: --- Summary: Reduce string literal creation cost by removing charset check Key: CALCITE-2619 URL: https://issues.apache.org/jira/browse/CALCITE-2619 Project: Calcite