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 <[email protected]> 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 <[email protected]> > 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. > > >
