[jira] [Commented] (CALCITE-1882) Can't obtain the user defined aggregate function such as sum,avg by calcite

2017-07-25 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16101209#comment-16101209 ] Julian Hyde commented on CALCITE-1882: -- Update: [~vlsi] is reviewing

[jira] [Commented] (CALCITE-1903) Support charset in LIKE expression

2017-07-25 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16101189#comment-16101189 ] Julian Hyde commented on CALCITE-1903: -- I don't think that '%高危%' is a valid SQL literal, even

[jira] [Created] (CALCITE-1903) Support charset in LIKE expression

2017-07-25 Thread Ted Yu (JIRA)
Ted Yu created CALCITE-1903: --- Summary: Support charset in LIKE expression Key: CALCITE-1903 URL: https://issues.apache.org/jira/browse/CALCITE-1903 Project: Calcite Issue Type: Bug

[jira] [Commented] (CALCITE-1902) boolean java.sql.ResultSet.previous() throws SQLException should throw SQLException, but it is throwing UnsupportedOperationException

2017-07-25 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16100163#comment-16100163 ] Josh Elser commented on CALCITE-1902: - Hi [~sergiosp]! Thanks for reporting the issue. Looking at

[jira] [Updated] (CALCITE-1902) boolean java.sql.ResultSet.previous() throws SQLException should throw SQLException, but it is throwing UnsupportedOperationException

2017-07-25 Thread Sergio Sainz (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergio Sainz updated CALCITE-1902: -- Priority: Minor (was: Major) > boolean java.sql.ResultSet.previous() throws SQLException

[jira] [Created] (CALCITE-1902) boolean java.sql.ResultSet.previous() throws SQLException should throw SQLException, but it is throwing UnsupportedOperationException

2017-07-25 Thread Sergio Sainz (JIRA)
Sergio Sainz created CALCITE-1902: - Summary: boolean java.sql.ResultSet.previous() throws SQLException should throw SQLException, but it is throwing UnsupportedOperationException Key: CALCITE-1902 URL:

[jira] [Commented] (CALCITE-1841) Create handlers for Jdbc dialect specific generated sql

2017-07-25 Thread Chris Baynes (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16099858#comment-16099858 ] Chris Baynes commented on CALCITE-1841: --- I've had a look through and those changes make sense to

[jira] [Commented] (CALCITE-1896) sqlsh: SQL access to shell commands, as a shell command

2017-07-25 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16099607#comment-16099607 ] Julian Hyde commented on CALCITE-1896: -- Can someone please review