[jira] [Commented] (CALCITE-6142) Double quote does not work as literal quote string in sql parsing

2023-11-30 Thread Benchao Li (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-6142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17791874#comment-17791874 ] Benchao Li commented on CALCITE-6142: - I'm not an expert of parser, so I'm not sure why this

[jira] [Commented] (CALCITE-6142) Double quote does not work as literal quote string in sql parsing

2023-11-29 Thread peng wu (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-6142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17791054#comment-17791054 ] peng wu commented on CALCITE-6142: -- [~libenchao] I dived into the source code andĀ  foundĀ 

[jira] [Commented] (CALCITE-6142) Double quote does not work as literal quote string in sql parsing

2023-11-29 Thread Benchao Li (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-6142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17791026#comment-17791026 ] Benchao Li commented on CALCITE-6142: - [~diddowill] Yes, you are right. It should be

[jira] [Commented] (CALCITE-6142) Double quote does not work as literal quote string in sql parsing

2023-11-28 Thread peng wu (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-6142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17790931#comment-17790931 ] peng wu commented on CALCITE-6142: -- [~libenchao] SqlParser.Config.withQuoting sets the identifier

[jira] [Commented] (CALCITE-6142) Double quote does not work as literal quote string in sql parsing

2023-11-28 Thread Benchao Li (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-6142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17790897#comment-17790897 ] Benchao Li commented on CALCITE-6142: - {{SqlDialect}} is now mainly used for rel2sql, not sql2rel.