Re: [DISCUSS] Towards Calcite 1.33.0

2022-12-15 Thread Ruben Q L
@Jess I think we should wait for [1], which is a cleaner solution for the Proj4j issue, better than the initial quick-fix that was committed some days ago [2]. The PR seems in a good shape (thanks Bertil and Julian for your work in this one!), and hopefully it will be merged soon. @Sean, no, at th

[jira] [Created] (CALCITE-5435) Insert multi row values failed when column have values of different types

2022-12-15 Thread Aleksey Plekhanov (Jira)
Aleksey Plekhanov created CALCITE-5435: -- Summary: Insert multi row values failed when column have values of different types Key: CALCITE-5435 URL: https://issues.apache.org/jira/browse/CALCITE-5435

Re: How to use IntelliJ debug code generated by janino?

2022-12-15 Thread Benchao Li
Hi guangyuan, have you done this successfully now? >From my experience, this is not only a configuring problem. I'm not sure if anyone who really has done this before in IDEA. There are several places in Calcite which uses Janino for codegen, such as JaninoRelMetadataProvider[1] and EnumerableInt

Re: How to use IntelliJ debug code generated by janino?

2022-12-15 Thread Stamatis Zampetakis
The changes in Janino were done explicitly to allow debugging [1]. If necessary we can do the same in other places as well. Best, Stamatis [1] https://issues.apache.org/jira/browse/CALCITE-2196 On Thu, Dec 15, 2022 at 3:45 PM Benchao Li wrote: > Hi guangyuan, have you done this successfully no

[jira] [Created] (CALCITE-5436) Implement DATE, TIME, TIMESTAMP Subtraction Functions (compatible w/ BigQuery)

2022-12-15 Thread Tanner Clary (Jira)
Tanner Clary created CALCITE-5436: - Summary: Implement DATE, TIME, TIMESTAMP Subtraction Functions (compatible w/ BigQuery) Key: CALCITE-5436 URL: https://issues.apache.org/jira/browse/CALCITE-5436 Pr

[jira] [Created] (CALCITE-5437) Implement st_explode with a cursor

2022-12-15 Thread Bertil Chapuis (Jira)
Bertil Chapuis created CALCITE-5437: --- Summary: Implement st_explode with a cursor Key: CALCITE-5437 URL: https://issues.apache.org/jira/browse/CALCITE-5437 Project: Calcite Issue Type: Impr

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

2022-12-15 Thread Apache Jenkins Server
See Changes: [Bertil Chapuis] [CALCITE-5417] Upgrade Proj4J from 1.1.5 to 1.2.2, and restore it as an included dependency -- [...truncated 722.95 KB...]

Re: [DISCUSS] Towards Calcite 1.33.0

2022-12-15 Thread Bertil Chapuis
Hello Everyone, I just merged CALCITE-5417 after incorporating Julian's feedback. I believe this was the final issue that needed to be resolved before the release. Thanks a lot to Grigory for his help and for releasing new versions of proj4j early and often. Best, Bertil > On 15 Dec 2022, at

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

2022-12-15 Thread Apache Jenkins Server
See

Re: How to use IntelliJ debug code generated by janino?

2022-12-15 Thread Benchao Li
Thanks Stamatis for mentioning of CALCITE-2196. +1 for doing it in other places, especially the EnumerableInterpretable. It would be much easier for starters to learn how Calcite works. Stamatis Zampetakis 于2022年12月16日周五 01:21写道: > The changes in Janino were done explicitly to allow debugging [