Build failed in Jenkins: Calcite » Calcite-snapshots #788

2024-01-25 Thread Apache Jenkins Server
See Changes: [107673210+macroguo-ghy] [CALCITE-6229] Bump json-path from 2.8.0 to 2.9.0 -- [...truncated 8.64 KB...] > Task

[Question] Query Introspection on SqlNode, RexNode, and RelNode

2024-01-25 Thread Matthew McMillian
Hi Calcite Devs, Before I start, I just wanted to say that Calcite is a really awesome framework! It's awesome to see a community come together to create such a cool tool. For reference, I'm using Calcite 1.36. I'm newer to the Calcite ecosystem, but I have been experimenting with its features

Jenkins build is back to normal : Calcite » Calcite-snapshots #787

2024-01-25 Thread Apache Jenkins Server
See

Build failed in Jenkins: Calcite » Calcite-snapshots #786

2024-01-25 Thread Apache Jenkins Server
See Changes: -- Started by GitHub push by mihaibudiu Started by GitHub push by mihaibudiu Started by an SCM change Started by an SCM change Started by an SCM change

[jira] [Created] (CALCITE-6229) Upgrade json-path version to 2.9.0

2024-01-25 Thread Will Noble (Jira)
Will Noble created CALCITE-6229: --- Summary: Upgrade json-path version to 2.9.0 Key: CALCITE-6229 URL: https://issues.apache.org/jira/browse/CALCITE-6229 Project: Calcite Issue Type: Bug

Jenkins build is back to normal : Calcite » Calcite-snapshots #785

2024-01-25 Thread Apache Jenkins Server
See

[jira] [Created] (CALCITE-6228) ELEMENT function infers incorrect return type

2024-01-25 Thread Mihai Budiu (Jira)
Mihai Budiu created CALCITE-6228: Summary: ELEMENT function infers incorrect return type Key: CALCITE-6228 URL: https://issues.apache.org/jira/browse/CALCITE-6228 Project: Calcite Issue

Build failed in Jenkins: Calcite » Calcite-snapshots #784

2024-01-25 Thread Apache Jenkins Server
See Changes: [Tanner Clary] [CALCITE-6220] Rewrite MIN/MAX(bool) as BOOL_AND/BOOL_OR for Postgres, Redshift -- [...truncated 9.50 KB...] > Task

[jira] [Created] (CALCITE-6227) ELEMENT(NULL) causes an assertion failure

2024-01-25 Thread Mihai Budiu (Jira)
Mihai Budiu created CALCITE-6227: Summary: ELEMENT(NULL) causes an assertion failure Key: CALCITE-6227 URL: https://issues.apache.org/jira/browse/CALCITE-6227 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-6226) Wrong ISOWEEK and no ISOYEAR on BigQuery FORMAT_DATE

2024-01-25 Thread Rodrigo Rueda (Jira)
Rodrigo Rueda created CALCITE-6226: -- Summary: Wrong ISOWEEK and no ISOYEAR on BigQuery FORMAT_DATE Key: CALCITE-6226 URL: https://issues.apache.org/jira/browse/CALCITE-6226 Project: Calcite

[jira] [Created] (CALCITE-6225) Unparse LOGICAL_AND/OR as BOOLAND_AGG/BOOLOR_AGG for Snowflake

2024-01-25 Thread Tanner Clary (Jira)
Tanner Clary created CALCITE-6225: - Summary: Unparse LOGICAL_AND/OR as BOOLAND_AGG/BOOLOR_AGG for Snowflake Key: CALCITE-6225 URL: https://issues.apache.org/jira/browse/CALCITE-6225 Project: Calcite

Re: Refactor reference.md

2024-01-25 Thread Cancai Cai
Can we add the corresponding link to the keyword representing the data source like m o p, for example: p But selecting the data source version also seems to be a problem Thanks as always, Cancai

Re: Question about SqlTypeUtil#equalSansNullability

2024-01-25 Thread Alessandro Solimando
Hi, not sure I get your question, the javadoc of the method [1] says : "Returns whether two types are equal, ignoring nullability." The two types you mentioned are not equal, hence it correctly returns false, but the method doesn't tell you if the cast is safe or not. >From what you ask, it

Question about SqlTypeUtil#equalSansNullability

2024-01-25 Thread P.F. ZHAN
Hi, devs. I have some confuse about the method SqlTypeUtil#equalSansNullability(org.apache.calcite.rel.type.RelDataType, org.apache.calcite.rel.type.RelDataType). For example, the RexCall is *(2, cast(5 as double)), so the first type is BasicSqlType( INTEGER), the second type is

[jira] [Created] (CALCITE-6224) Add LOG2 function on SqlStdOperatorTable

2024-01-25 Thread Caican Cai (Jira)
Caican Cai created CALCITE-6224: --- Summary: Add LOG2 function on SqlStdOperatorTable Key: CALCITE-6224 URL: https://issues.apache.org/jira/browse/CALCITE-6224 Project: Calcite Issue Type: New

Re: Index Based QueryableTable Implementation

2024-01-25 Thread Ruben Q L
Hello David, AFAIK there is no such thing. It might be interesting for your case to take a look at this presentation [1], which includes a demo with the initial steps to combine Calcite and Lucene. Best, Ruben [1] https://youtu.be/meI0W12f_nw El jue, 25 ene 2024, 1:55, escribió: > Hello

[jira] [Created] (CALCITE-6223) Add MAP_CONTAINS_KEY function (enabled in Spark library)

2024-01-25 Thread Caican Cai (Jira)
Caican Cai created CALCITE-6223: --- Summary: Add MAP_CONTAINS_KEY function (enabled in Spark library) Key: CALCITE-6223 URL: https://issues.apache.org/jira/browse/CALCITE-6223 Project: Calcite