[jira] [Created] (CALCITE-6211) SUBSTRING with Integer.MIN_VALUE as a second parameter raise unexpected exception

2024-01-17 Thread Evgeny Stanilovsky (Jira)
Evgeny Stanilovsky created CALCITE-6211: --- Summary: SUBSTRING with Integer.MIN_VALUE as a second parameter raise unexpected exception Key: CALCITE-6211 URL: https://issues.apache.org/jira/browse/CALCITE-6211

Re: javadoc in chinese

2024-01-17 Thread Benchao Li
Thanks Guillaume for reporting this, Calcite hosts the javadoc here[1], it's in English. For the docs hosted in javadoc.io, it's in Chinese indeed. It seems to be a problem of the locale setting while preparing the artifacts for releasing, and this is an ignored process in our releasing steps in

javadoc in chinese

2024-01-17 Thread Guillaume Masse
It looks like the javadoc for 1.36.0 was publish in chinese: https://javadoc.io/doc/org.apache.calcite/calcite-core/latest/index.html -- Guillaume Massé [Gee-OHM] (马赛卫)

[jira] [Created] (CALCITE-6210) Cast to VARBINARY causes an assertion failure

2024-01-17 Thread Mihai Budiu (Jira)
Mihai Budiu created CALCITE-6210: Summary: Cast to VARBINARY causes an assertion failure Key: CALCITE-6210 URL: https://issues.apache.org/jira/browse/CALCITE-6210 Project: Calcite Issue

Re: [DISCUSS] Does web site use Google analytics?

2024-01-17 Thread Michael Mior
Worth noting that using Google Analytics is possible in compliance with the GDPR if configured appropriately. That said, although we could fix any configuration issues or find an alternative, I think it would also be fine to simply remove any analytics from the site altogether. -- Michael Mior

Re: [DISCUSS] Does web site use Google analytics?

2024-01-17 Thread Sergey Nuyanzin
Seems like that I found this usage [1] of it What are the alternatives that could be used there? [1] https://github.com/apache/calcite/blob/main/site/_includes/top.html#L8 On Wed, Jan 17, 2024 at 7:05 PM Julian Hyde wrote: > Does Calcite’s web site use Google analytics? > > If so, we should

[DISCUSS] Does web site use Google analytics?

2024-01-17 Thread Julian Hyde
Does Calcite’s web site use Google analytics? If so, we should fix it. Google analytics collects information that is not allowed by GDPR. Infra is considering blocking Google analytics for all *.apache.org sites, and if they do that it may make our site unusable. Whimsy

[jira] [Created] (CALCITE-6209) All queries are failing with "java.net.SocketTimeoutException: Read timed out" after 3 minutes

2024-01-17 Thread Konstantin (Jira)
Konstantin created CALCITE-6209: --- Summary: All queries are failing with "java.net.SocketTimeoutException: Read timed out" after 3 minutes Key: CALCITE-6209 URL: https://issues.apache.org/jira/browse/CALCITE-6209

Implementing a SqlDialect for PostGIS

2024-01-17 Thread Bertil Chapuis
Hello Everyone, Calcite implements support for spatial types (geometry, point, etc.) and spatial functions (ST_), and it can connect to PostGIS via a JdbcSchema. However, the Postgresql dialect does not currently handle spatial types and functions. As a result, Calcite tries to execute the

[jira] [Created] (CALCITE-6208) JSON_VALUE 'RETURNING' syntax support for arrays with nullable elements

2024-01-17 Thread Clint Wylie (Jira)
Clint Wylie created CALCITE-6208: Summary: JSON_VALUE 'RETURNING' syntax support for arrays with nullable elements Key: CALCITE-6208 URL: https://issues.apache.org/jira/browse/CALCITE-6208 Project: