Re: [QUESTION] Build Calcite using Gradle

2019-11-26 Thread Juan Pan
Hi Vladimir, Super thanks for your suggestion! All the issues disappeared after upgrading IDEA. This is very important and first step for me to continue exploring Calcite. :) Thanks Cheng and Rui as well to help me look for issue cause. :-) Juan Pan panj...@apache.org Juan Pan(Trista),

Re: [QUESTION] Build Calcite using Gradle

2019-11-26 Thread Juan Pan
Sure, feedback will come after upgrading. Thanks Vladimir. Juan Pan panj...@apache.org Juan Pan(Trista), Apache ShardingSphere On 11/26/2019 19:20, Vladimir Sitnikov wrote: >IntelliJ IDEA 2017.3.5 (Ultimate Edition) Could you please upgrade to 2019.3? Vladimir

Re: [QUESTION] Build Calcite using Gradle

2019-11-26 Thread Vladimir Sitnikov
>IntelliJ IDEA 2017.3.5 (Ultimate Edition) Could you please upgrade to 2019.3? Vladimir

Re: [QUESTION] Build Calcite using Gradle

2019-11-26 Thread Juan Pan
Hello Vladimir, Thanks, here is version of IDEA: IntelliJ IDEA 2017.3.5 (Ultimate Edition) Build #IU-173.4674.33, built on March 6, 2018 Licensed to The Apache Software Foundation / juan pan Subscription is active until February 29, 2020 JRE: 1.8.0_152-release-1024-b15 x86_64 JVM: OpenJDK

Re: [QUESTION] Build Calcite using Gradle

2019-11-26 Thread Vladimir Sitnikov
Juan> tried to `Go to File > Open… and open up Which version of IDEA you are using? Vladimir

Re: [QUESTION] Build Calcite using Gradle

2019-11-26 Thread Juan Pan
Hi Cheng, Sorry for late reply, for i am trying self-help, however i failed… It is not a gradle project after cloning Calcite from gitHub, in this condition any test can not run. I tried to `Go to File > Open… and open up Calcite’s root build.gradle.kts file` according to docs[1], and got

Re: [QUESTION] Build Calcite using Gradle

2019-11-26 Thread Shuo Cheng
`./gradlew build -x test` works for me, what exception do you encounter? On Tue, Nov 26, 2019 at 4:22 PM Juan Pan wrote: > Hi Cheng and Rui, > > > Thanks for your replies, i guessed so, but my VPN can not make link[1] > visited well either. :( > > > Actually, i just want to debug some tests,

Re: [QUESTION] Build Calcite using Gradle

2019-11-26 Thread Juan Pan
Hi Cheng and Rui, Thanks for your replies, i guessed so, but my VPN can not make link[1] visited well either. :( Actually, i just want to debug some tests, however the ISSUE mentioned by thread `IntelliJ and Gradle` is also an obstacle to me, for this reason i have to run `./gradlew build`

Re: [QUESTION] Build Calcite using Gradle

2019-11-26 Thread Rui Wang
+1 on Shuo's comment. If you only need to touch core module or some specific modules, you can just run tests/check under that module, in case you cannot fix such local environment related problem. For example, run "./gradlew :core:check" if you only need to work on core module. -Rui On Mon,

Re: [QUESTION] Build Calcite using Gradle

2019-11-25 Thread Shuo Cheng
First make sure the URLs in `FileReaderTest`, e.g , en.wikipedia.org/wiki/List_of_states_and_territories_of_the_United_States, can be accessed from your machine. On Tue, Nov 26, 2019 at 3:49 PM Juan Pan wrote: > Hi everyone, > > > After migrating Calcite to Gradle, i built Calcite referring to

[QUESTION] Build Calcite using Gradle

2019-11-25 Thread Juan Pan
Hi everyone, After migrating Calcite to Gradle, i built Calcite referring to docs[1] and got the following exception. As i have no idea to handle it, this help-seeking email comes. Thanks in advance. Best wishes, Trista [1] https://calcite.apache.org/docs/howto.html#building-from-git