Hey Anurag,
The bucket error seems somewhat related to the Gradle caches [1, 2].
Try to disable the cache [3] to see if the error goes away.
The fact that the build gets stuck while running tests may require
further investigation and I guess it is strongly related to your
environment since others
Nope. I ran the build on jdk 8 but no luck. It still throws the could not
find bucket error. And when it skips that part of the build, at the end of
it the build gets stuck on org.apache.calcite.test.SqlLineTest. 8904 tests
completed, 101 skipped.
I don't see the issue here. I have everything in m
I’ve had this issue before when I was using the wrong Java version. Setting
to 1.8 normally fixes for me. Could be worth trying.
Tanner
On Sat, Apr 6, 2024 at 2:53 AM Anurag Naik wrote:
> Thank you, Mr. Francis. I have now subscribed to the mailing list.
>
> So the issue I have been encounterin
This mailing list is the appropriate channel.
Mihai
From: Anurag Naik
Sent: Saturday, March 30, 2024 3:44:20 AM
To: dev@calcite.apache.org
Subject: Calcite Setup Issues
Greetings, Calcite dev team!
I am Anurag Naik, a college student from India on my way to sta