[jira] [Updated] (CALCITE-5890) Handle non-JKS truststores in Avatica client

2023-08-03 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth updated CALCITE-5890: - Description: Avatica can handle non-JKS truststores on the server side. However, the client fai

[jira] [Resolved] (CALCITE-5882) Compile-time evaluation of SPLIT function returns incorrect result

2023-08-03 Thread Ruben Q L (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruben Q L resolved CALCITE-5882. Resolution: Fixed Fixed via   [{{98f3048}}|https://github.com/apache/calcite/commit/98f3048fb1407

[jira] [Commented] (CALCITE-5894) Add SortRemoveRedundantRule to remove redundant sort fields if sort fields contains unique key

2023-08-03 Thread Benchao Li (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750952#comment-17750952 ] Benchao Li commented on CALCITE-5894: - In actual physical implementation, if the fi

[jira] [Created] (CALCITE-5894) Add SortRemoveRedundantRule to remove redundant sort fields if sort fields contains unique key

2023-08-03 Thread JingDas (Jira)
JingDas created CALCITE-5894: Summary: Add SortRemoveRedundantRule to remove redundant sort fields if sort fields contains unique key Key: CALCITE-5894 URL: https://issues.apache.org/jira/browse/CALCITE-5894

[jira] [Commented] (CALCITE-5881) Support to get foreign keys metadata in RelMetadataQuery

2023-08-03 Thread JingDas (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750947#comment-17750947 ] JingDas commented on CALCITE-5881: -- The [PR|https://github.com/apache/calcite/pull/334

[jira] [Commented] (CALCITE-5889) Add the RelRule that converts Minus into UNION ALL..GROUP BY...WHERE

2023-08-03 Thread LakeShen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750931#comment-17750931 ] LakeShen commented on CALCITE-5889: --- Hi [~julianhyde] ,thanks for you reply. I have a

[jira] [Commented] (CALCITE-5813) Type inference for REPEAT sql function is incorrect

2023-08-03 Thread Jiajun Xie (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750926#comment-17750926 ] Jiajun Xie commented on CALCITE-5813: - Hi, [~mbudiu]. The PR looks good, you also

[jira] [Commented] (CALCITE-5881) Support to get foreign keys metadata in RelMetadataQuery

2023-08-03 Thread Chunwei Lei (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750925#comment-17750925 ] Chunwei Lei commented on CALCITE-5881: -- Sounds reasonable. > Support to get forei

[jira] [Resolved] (CALCITE-5874) Add withReturnTypeInference copy method for SqlBasicFunction

2023-08-03 Thread Tanner Clary (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tanner Clary resolved CALCITE-5874. --- Resolution: Fixed The fix for this was included in [76ba489 |https://github.com/apache/cal

[jira] [Comment Edited] (CALCITE-5874) Add withReturnTypeInference copy method for SqlBasicFunction

2023-08-03 Thread Tanner Clary (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750915#comment-17750915 ] Tanner Clary edited comment on CALCITE-5874 at 8/4/23 1:05 AM: --

[jira] [Resolved] (CALCITE-5831) Add SOUNDEX function(enabled in Spark library)

2023-08-03 Thread Tanner Clary (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tanner Clary resolved CALCITE-5831. --- Fix Version/s: 1.36.0 Resolution: Fixed Merged via [76ba489|https://github.com/apac

[jira] [Commented] (CALCITE-5884) Description of ARRAY_TO_STRING function is incomplete

2023-08-03 Thread Mihai Budiu (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750905#comment-17750905 ] Mihai Budiu commented on CALCITE-5884: -- I have updated the issue name to reflect t

[jira] [Updated] (CALCITE-5884) Description of ARRAY_TO_STRING function is incomplete

2023-08-03 Thread Mihai Budiu (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mihai Budiu updated CALCITE-5884: - Summary: Description of ARRAY_TO_STRING function is incomplete (was: Type Inference rule for A

[jira] [Commented] (CALCITE-5889) Add the RelRule that converts Minus into UNION ALL..GROUP BY...WHERE

2023-08-03 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750885#comment-17750885 ] Julian Hyde commented on CALCITE-5889: -- Thanks, [~shenlang]. That makes sense. It

[jira] [Commented] (CALCITE-5884) Type Inference rule for ARRAY_TO_STRING is incorrect

2023-08-03 Thread Mihai Budiu (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750815#comment-17750815 ] Mihai Budiu commented on CALCITE-5884: -- Alright. Then I will close my existing PR

[jira] [Comment Edited] (CALCITE-5890) Handle non-JKS truststores in Avatica client

2023-08-03 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750785#comment-17750785 ] Istvan Toth edited comment on CALCITE-5890 at 8/3/23 4:03 PM: ---

[jira] [Comment Edited] (CALCITE-5890) Handle non-JKS truststores in Avatica client

2023-08-03 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750785#comment-17750785 ] Istvan Toth edited comment on CALCITE-5890 at 8/3/23 4:03 PM: ---

[jira] [Commented] (CALCITE-5880) When the association condition of the association subquery is 'is not distinct from', the join condition becomes '=' after decorrelation.

2023-08-03 Thread Alessandro Solimando (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750789#comment-17750789 ] Alessandro Solimando commented on CALCITE-5880: --- [~leepb], it seems we ne

[jira] [Comment Edited] (CALCITE-5890) Handle non-JKS truststores in Avatica client

2023-08-03 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750785#comment-17750785 ] Istvan Toth edited comment on CALCITE-5890 at 8/3/23 3:02 PM: ---

[jira] [Commented] (CALCITE-5890) Handle non-JKS truststores in Avatica client

2023-08-03 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750785#comment-17750785 ] Istvan Toth commented on CALCITE-5890: -- Testing ona system with a JVM configure fo

[jira] [Updated] (CALCITE-5890) Handle non-JKS truststores in Avatica client

2023-08-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-5890: Labels: pull-request-available (was: ) > Handle non-JKS truststores in Avatica client >

[jira] [Commented] (CALCITE-5890) Handle non-JKS truststores in Avatica client

2023-08-03 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750762#comment-17750762 ] Istvan Toth commented on CALCITE-5890: -- The API doesn't seem to support autodetect

[jira] [Commented] (CALCITE-3504) Allow empty ARRAY[] constructors

2023-08-03 Thread Stamatis Zampetakis (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750737#comment-17750737 ] Stamatis Zampetakis commented on CALCITE-3504: -- For the record the SQL sta

[jira] [Commented] (CALCITE-5748) Support Guava 32.1.1-jre

2023-08-03 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750708#comment-17750708 ] Sergey Nuyanzin commented on CALCITE-5748: -- Guava people fixed the issue with

[jira] [Comment Edited] (CALCITE-5884) Type Inference rule for ARRAY_TO_STRING is incorrect

2023-08-03 Thread Dan Zou (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750707#comment-17750707 ] Dan Zou edited comment on CALCITE-5884 at 8/3/23 11:30 AM: --- [

[jira] [Commented] (CALCITE-5884) Type Inference rule for ARRAY_TO_STRING is incorrect

2023-08-03 Thread Dan Zou (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750707#comment-17750707 ] Dan Zou commented on CALCITE-5884: -- [~mbudiu] I haven't found any restrictions on this

[jira] [Updated] (CALCITE-5748) Support Guava 32.1.1-jre

2023-08-03 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Nuyanzin updated CALCITE-5748: - Summary: Support Guava 32.1.1-jre (was: Support Guava 32.0.0-jre) > Support Guava 32.1

[jira] [Updated] (CALCITE-5748) Support Guava 32.0.0-jre

2023-08-03 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Nuyanzin updated CALCITE-5748: - Fix Version/s: avatica-1.24.0 > Support Guava 32.0.0-jre > > >

[jira] [Updated] (CALCITE-5748) Support Guava 32.1.1-jre

2023-08-03 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Nuyanzin updated CALCITE-5748: - Description: There is guava 32.1.1 available. Besides version change there are a coupl

[jira] [Commented] (CALCITE-5748) Support Guava 32.0.0-jre

2023-08-03 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750691#comment-17750691 ] Sergey Nuyanzin commented on CALCITE-5748: -- Merged to avatica as 2736c27950c65

[jira] [Commented] (CALCITE-5889) Add the RelRule that converts Minus into UNION ALL..GROUP BY...WHERE

2023-08-03 Thread LakeShen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750626#comment-17750626 ] LakeShen commented on CALCITE-5889: --- Hi [~jhyde] ,the sql like this : {code:java} sel

[jira] [Updated] (CALCITE-5882) Compile-time evaluation of SPLIT function returns incorrect result

2023-08-03 Thread Ruben Q L (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruben Q L updated CALCITE-5882: --- Fix Version/s: 1.36.0 > Compile-time evaluation of SPLIT function returns incorrect result > --

[jira] [Resolved] (CALCITE-5879) AssertionError during constant reduction of SPLIT expression that returns NULL

2023-08-03 Thread Ruben Q L (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruben Q L resolved CALCITE-5879. Resolution: Fixed Fixed via   [{{ffd58e3}}|https://github.com/apache/calcite/commit/ffd58e3b6d382

[jira] [Commented] (CALCITE-5888) Assertion error in aggregate

2023-08-03 Thread Petr Masopust (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750611#comment-17750611 ] Petr Masopust commented on CALCITE-5888: Here is SQL generated by version 1.34.

[jira] [Comment Edited] (CALCITE-5888) Assertion error in aggregate

2023-08-03 Thread Petr Masopust (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750611#comment-17750611 ] Petr Masopust edited comment on CALCITE-5888 at 8/3/23 7:18 AM: -