Re: [VOTE] Release Apache Calcite 1.37.0 (release candidate 4)

2024-04-29 Thread Sergey Nuyanzin
Hi Guilluame, I played a bit more and I realised that if from commit above I just remove one line with assert (assert map != null) then ArrayIndexOutOfBoundsException disappears same for current main branch, if I remove all lines from SqlFunctions with assert (now there are 3 such lines) then

[jira] [Created] (CALCITE-6392) Support all PostgreSQL 14 date/time patterns for to_date/to_timestamp

2024-04-29 Thread Norman Jordan (Jira)
Norman Jordan created CALCITE-6392: -- Summary: Support all PostgreSQL 14 date/time patterns for to_date/to_timestamp Key: CALCITE-6392 URL: https://issues.apache.org/jira/browse/CALCITE-6392 Project:

Re: [VOTE] Release Apache Calcite 1.37.0 (release candidate 4)

2024-04-29 Thread Sergey Nuyanzin
i follow the procedure described here https://calcite.apache.org/docs/howto.html#making-a-release-candidate started btw I played a bit with git bisect and it shows that the issue java.lang.ArrayIndexOutOfBoundsException: Index 65536 out of bounds for length 297at

Re: [VOTE] Release Apache Calcite 1.37.0 (release candidate 4)

2024-04-29 Thread Guillaume Masse
Hi Sergey, thanks for trying that update I confirm I have the same issue with your release at https://repository.apache.org/content/repositories/orgapachecalcite-1231/org/apache/calcite/ https://github.com/MasseGuillaume/asm-remapper-bug/commit/852e4cd246d278db8acf5e997a54619bc4f85fc7 This

Re: [VOTE] Release Apache Calcite 1.37.0 (release candidate 4)

2024-04-29 Thread Sergey Nuyanzin
I repeated same procedure with jdk1.8u412 here you can find the jars https://repository.apache.org/content/repositories/orgapachecalcite-1231/org/apache/calcite/ it looks like asm-remapper gives the same result... On Mon, Apr 29, 2024 at 8:41 PM Guillaume Masse wrote: > If you take a look at >

Re: [VOTE] Release Apache Calcite 1.37.0 (release candidate 4)

2024-04-29 Thread Guillaume Masse
If you take a look at https://www.openlogic.com/openjdk-downloads?field_java_parent_version_target_id=416_operating_system_target_id=426_architecture_target_id=391_java_package_target_id=All The most recent release is 8u412-b08 If it follows more or less the openjdk schedule:

[jira] [Created] (CALCITE-6391) Apply mapping to RelCompositeTrait does not apply it to wrapped traits

2024-04-29 Thread James Duong (Jira)
James Duong created CALCITE-6391: Summary: Apply mapping to RelCompositeTrait does not apply it to wrapped traits Key: CALCITE-6391 URL: https://issues.apache.org/jira/browse/CALCITE-6391 Project:

Re: [VOTE] Release Apache Calcite 1.37.0 (release candidate 4)

2024-04-29 Thread Sergey Nuyanzin
Thanks for testing Guillaume >Sergey can you give me all the details about your build environment so I >can reproduce that bytecode? >OS / java --version yep, sure Ubuntu 22.04.4 LTS, 1.8.0_372-372 (OpenLogic-OpenJDK 25.372-b07) I will also try to look at it with my set up and the info you've

Re: [VOTE] Release Apache Calcite 1.37.0 (release candidate 4)

2024-04-29 Thread Guillaume Masse
-1 (not binding) The bytecode of classfile org/apache/calcite/runtime/SqlFunctions.class is invalid (and only this classfile) I tested all class files from the following artifacts: calcite-core-1.37.0.jar calcite-linq4j-1.37.0.jar avatica-core-1.25.0.jar avatica-metrics-1.25.0.jar This will

[VOTE] Release Apache Calcite 1.37.0 (release candidate 4)

2024-04-29 Thread Sergey Nuyanzin
Hi all, The issue CALCITE-6390 with failing of Arrow Adapter tests on Windows while building from source is fixed. Thanks a lot to Caican Can for highlighting the issue Stamatis for quick PR and Ruben and Alessandro for the review! I have created a build for Apache Calcite 1.37.0, release

[CANCEL][VOTE] Release Apache Calcite 1.37.0, release candidate 3)

2024-04-29 Thread Sergey Nuyanzin
Cancel this thread, due to CALCITE-6390[1] issue in the build. Will start another vote once the issue will be fixed and merged. [1] https://issues.apache.org/jira/browse/CALCITE-6390 -- Best regards, Sergey

Re: [VOTE] Release Apache Calcite 1.37.0 (release candidate 3)

2024-04-29 Thread Sergey Nuyanzin
I'm going to cancel the vote because of CALCITE-6390[1] [1] https://issues.apache.org/jira/browse/CALCITE-6390 On Sun, Apr 28, 2024 at 6:24 PM Sergey Nuyanzin wrote: > one finding I forgot to mention > I noticed that Arrow adapter[1] was merged with skipping of build on > Windows > and it

Re: [DISCUSS] Towards Calcite 1.37.0

2024-04-29 Thread Sergey Nuyanzin
Hi everyone, I created RC 3 however as I mentioned in the RC3 thread there is an issue with Arrow adapter that it is not supported on Windows, as a result it is not able to pass tests on Windows. I noticed that there are some links to Arrow docs telling that there is no official support for