Re: [VOTE] Release Apache Calcite Avatica 1.24.0 (release candidate 1)

2023-11-28 Thread Istvan Toth
+1 (non binding) Thanks for making the JDK8 build painless. On Wed, Nov 29, 2023 at 1:21 AM Francis Chuang wrote: > Hi all, > > I have created a build for Apache Calcite Avatica 1.24.0, release > candidate 1. > > Thanks to everyone who has contributed to this release. > > You can read the

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

2023-11-28 Thread peng wu (Jira)
peng wu created CALCITE-6142: Summary: Double quote does not work as literal quote string in sql parsing Key: CALCITE-6142 URL: https://issues.apache.org/jira/browse/CALCITE-6142 Project: Calcite

[VOTE] Release Apache Calcite Avatica 1.24.0 (release candidate 1)

2023-11-28 Thread Francis Chuang
Hi all, I have created a build for Apache Calcite Avatica 1.24.0, release candidate 1. Thanks to everyone who has contributed to this release. You can read the release notes here: https://github.com/apache/calcite-avatica/blob/avatica-1.24.0-rc1/site/_docs/history.md The commit to be voted

[jira] [Created] (CALCITE-6141) Add a dedicated gradle property for the checkstyle version to be used with jdk8

2023-11-28 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created CALCITE-6141: Summary: Add a dedicated gradle property for the checkstyle version to be used with jdk8 Key: CALCITE-6141 URL: https://issues.apache.org/jira/browse/CALCITE-6141

[CANCEL][VOTE] Release Apache Calcite Avatica 1.24.0 (release candidate 0)

2023-11-28 Thread Francis Chuang
The vote has been cancelled to address issues building on JDK 8 due to incompatible dependencies. On 28/11/2023 8:32 pm, Istvan Toth wrote: Francis, The PQS build issue was caused by Avatica including some newer dependencies (Jackson, IIRC), which include JVM dependent classes. The current

Re: [VOTE] Release Apache Calcite Avatica 1.24.0 (release candidate 0)

2023-11-28 Thread Francis Chuang
I am going to cancel this vote and make rc1 available for voting after the fix is merged. On 28/11/2023 8:32 pm, Istvan Toth wrote: Francis, The PQS build issue was caused by Avatica including some newer dependencies (Jackson, IIRC), which include JVM dependent classes. The current

[jira] [Created] (CALCITE-6140) add percentile test on SqlParserTest

2023-11-28 Thread Jira
蔡灿材 created CALCITE-6140: Summary: add percentile test on SqlParserTest Key: CALCITE-6140 URL: https://issues.apache.org/jira/browse/CALCITE-6140 Project: Calcite Issue Type: Test

Re: Double quote does not work as literal quote string

2023-11-28 Thread Hongyu Guo
I think maybe BigQuery Lex is what you need. Try ``` SqlParser.Config config = sparkDialect.configureParser(SqlParser.config()) .withLex(Lex.BIG_QUERY); ``` hongyu On Tue, Nov 28, 2023 at 6:49 PM 武鹏 wrote: > Hi all, > I tried our SQL parser on version 1.32.0 and 1.36.0. > I used

Re: avatica-go: resultset offset management

2023-11-28 Thread Egor Ryashin
Created https://issues.apache.org/jira/browse/CALCITE-6139 I can confirm this is reproduced with go/pkg/mod/github.com/apache/calcite-avatica-go/v5@v5.2.0/rows.go > On 28 Nov 2023, at 02:53, Francis Chuang wrote: > > Just wanted to quickly update with some investigation I have done with the

[jira] [Created] (CALCITE-6139) Avatica-Go sends the same offset for the FetchRequest

2023-11-28 Thread Egor Ryashin (Jira)
Egor Ryashin created CALCITE-6139: - Summary: Avatica-Go sends the same offset for the FetchRequest Key: CALCITE-6139 URL: https://issues.apache.org/jira/browse/CALCITE-6139 Project: Calcite

Double quote does not work as literal quote string

2023-11-28 Thread 武鹏
Hi all, I tried our SQL parser on version 1.32.0 and 1.36.0. I used double quote(") as literal quote string in my sql expression, and set it on my parser config, but it threw a sql parse exception: org.apache.calcite.sql.parser.impl.ParseException: Encountered "\"" at line 1, column 26. Was

Re: [VOTE] Release Apache Calcite Avatica 1.24.0 (release candidate 0)

2023-11-28 Thread Istvan Toth
Francis, The PQS build issue was caused by Avatica including some newer dependencies (Jackson, IIRC), which include JVM dependent classes. The current maven-shade-plugin version in PQS cannot handle those JARs, and needs to be upgraded. This is a PQS issue, and not something that Avatica can or