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
Thank you, Mr. Francis. I have now subscribed to the mailing list.
So the issue I have been encountering with calcite starts with the build. I
tried the stable releases, the git repository, and even using IntelliJ on
Windows but none of these approaches gave me a successful build. My purpose
of us
Hi Anurag,
As Mihai said in your previous thread, this is the right list for
discussing the issues you are encountering.
Please subscribe to the list, so that your emails won't go into the
moderation queue and to ensure that you're receiving the replies. I am
sending a copy of this message d
I write this to follow up on a previously sent email regarding the issues I
am facing while trying to build calcite. I need it for a research project
that I am going to be working on. I would like it if you could guide me to
the appropriate communication channels to allow me to interact with the
co
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
Greetings, Calcite dev team!
I am Anurag Naik, a college student from India on my way to start a
research internship. During the course of my research internship I will be
using Apache Calcite to connect to a postgresql database.
It has been almost a week that I have been trying to set up calcite