[jira] [Created] (CALCITE-3531) AggregateProjectPullUpConstantsRule should not remove deterministic function group key if the function is dynamic

2019-11-22 Thread Danny Chen (Jira)
Danny Chen created CALCITE-3531: --- Summary: AggregateProjectPullUpConstantsRule should not remove deterministic function group key if the function is dynamic Key: CALCITE-3531 URL: https://issues.apache.org/jira/brow

[jira] [Resolved] (CALCITE-3273) Materialization matching rules that consider compensating MutableProject

2019-11-22 Thread Jin Xing (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jin Xing resolved CALCITE-3273. --- Resolution: Fixed > Materialization matching rules that consider compensating MutableProject >

[jira] [Updated] (CALCITE-3531) AggregateProjectPullUpConstantsRule should not remove deterministic function group key if the function is dynamic

2019-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-3531: Labels: pull-request-available (was: ) > AggregateProjectPullUpConstantsRule should not

[jira] [Updated] (CALCITE-3531) AggregateProjectPullUpConstantsRule should not remove deterministic function group key if the function is dynamic

2019-11-22 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen updated CALCITE-3531: Description: Now AggregateProjectPullUpConstantsRule simplify the query: {code:sql} select hired

[jira] [Created] (CALCITE-3532) SqlValidator throws exception with message of db not found while table not existed

2019-11-22 Thread Wang Weidong (Jira)
Wang Weidong created CALCITE-3532: - Summary: SqlValidator throws exception with message of db not found while table not existed Key: CALCITE-3532 URL: https://issues.apache.org/jira/browse/CALCITE-3532

[jira] [Issue Comment Deleted] (CALCITE-3505) Infinite matching of FilterProjectTransposeRule causes stackoverflow

2019-11-22 Thread Jin Xing (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jin Xing updated CALCITE-3505: -- Comment: was deleted (was: Currently, Calcite checks whether to skip a rule match by [link|#L520]].

[jira] [Updated] (CALCITE-3532) SqlValidator throws exception with message of db not found while table not existed

2019-11-22 Thread Wang Weidong (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wang Weidong updated CALCITE-3532: -- Description: I found that if a SqlNode of a sql with an not existed table is validated, > S

[jira] [Updated] (CALCITE-3532) SqlValidator throws exception with message of db not found while table not existed

2019-11-22 Thread Wang Weidong (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wang Weidong updated CALCITE-3532: -- Description: I found that if a SqlNode of a sql with an not existed table is validated, an e

[jira] [Updated] (CALCITE-3532) SqlValidator throws exception with message of db not found while table not existed

2019-11-22 Thread Wang Weidong (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wang Weidong updated CALCITE-3532: -- Description: I found that if a SqlNode of a sql with an not existed table is validated, an e

[jira] [Created] (CALCITE-3533) Map non-jdbc data types to ANY in JdbcSchema

2019-11-22 Thread Vova Vysotskyi (Jira)
Vova Vysotskyi created CALCITE-3533: --- Summary: Map non-jdbc data types to ANY in JdbcSchema Key: CALCITE-3533 URL: https://issues.apache.org/jira/browse/CALCITE-3533 Project: Calcite Issue

[jira] [Commented] (CALCITE-3532) SqlValidator throws exception with message of db not found while table not existed

2019-11-22 Thread Rui Wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16980413#comment-16980413 ] Rui Wang commented on CALCITE-3532: --- Do you have a git branch that provides a way to

[jira] [Commented] (CALCITE-3531) AggregateProjectPullUpConstantsRule should not remove deterministic function group key if the function is dynamic

2019-11-22 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16980644#comment-16980644 ] Danny Chen commented on CALCITE-3531: - Thanks for the feedback [~hyuan] and [~amali

[jira] [Commented] (CALCITE-3531) AggregateProjectPullUpConstantsRule should not remove deterministic function group key if the function is dynamic

2019-11-22 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16980648#comment-16980648 ] Danny Chen commented on CALCITE-3531: - I saw that Julian always thought that these

[jira] [Commented] (CALCITE-3339) DESCRIPTOR as a SQL operator in SqlStdOperatorTable

2019-11-22 Thread Rui Wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16980687#comment-16980687 ] Rui Wang commented on CALCITE-3339: --- [~julianhyde] Ok. Now I have merged everything