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 my environment set up.
Ensured no version mismatch in jdk.
I'm following the ./gradlew build method from the docs(If that's any help)


On Sun, Apr 7, 2024 at 3:23 AM Tanner Clary <tannercl...@google.com.invalid>
wrote:

> 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 <naikanuragr...@gmail.com>
> wrote:
>
> > 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 using Calcite is to connect it to a PostgreSQL database running in the
> > same system and use Calcite's query planner.
> >
> > On IntelliJ it gives the autostyle test fail errors. When I skip those
> > tests the build fails with the reason :
> > " Could not load entry 8c38021b652ec64217f946170b7adfb2 from remote build
> > cache: Bucket 'calcite-gradle-cache' not found ".
> >
> > I tried looking for solutions online but none of the approaches helped. I
> > could use some help with instructions to build calcite and also to
> connect
> > it to postgreSQL with the jdbc drivers. Thank You
> >
> > On Thu, Apr 4, 2024, 11:29 AM Anurag Naik <naikanuragr...@gmail.com>
> > wrote:
> >
> > > 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
> > > committers and devs and get the build issues fixed. Also since I am
> going
> > > to be using calcite for the duration of the research project, I might
> > need
> > > to propose changes to the code as well. Being in contact with the devs
> > > would help that purpose.
> > >
> >
>

Reply via email to