Re: Calcite Setup Issues

2024-04-08 Thread Stamatis Zampetakis
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

Re: Calcite Setup Issues

2024-04-07 Thread Anurag Naik
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

Re: Calcite Setup Issues

2024-04-06 Thread Tanner Clary
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

Calcite Setup Issues

2024-04-06 Thread Anurag Naik
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

Re: [Follow up] Calcite Setup Issues

2024-04-03 Thread Francis Chuang
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

[Follow up] Calcite Setup Issues

2024-04-03 Thread Anurag Naik
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

Re: Calcite Setup Issues

2024-03-30 Thread Mihai Budiu
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

Calcite Setup Issues

2024-03-30 Thread Anurag Naik
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