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: Streaming extensions to the SQL Standard, call for participation

2019-11-26 Thread Julian Hyde
+1 I had the same concerns as Tyler. Moving dev@calcite and Fabian to bcc, as this conversation is getting into the weeds. Julian > On Nov 26, 2019, at 3:47 PM, Tyler Akidau wrote: > > Rick, I've never participated in any standards committee organized via > INCITS, so I'm a little unsure

Re: Streaming extensions to the SQL Standard, call for participation

2019-11-26 Thread Tyler Akidau
Rick, I've never participated in any standards committee organized via INCITS, so I'm a little unsure of how to proceed. When I go to the link you provided, it asks me to login. Lacking an account, I went to the membership signup page, and was able to find that my company (Google) is already a

Re: Streaming extensions to the SQL Standard, call for participation

2019-11-26 Thread Kenneth Knowles
Thanks from me as well. I too would be interested in participating. Kenn On Tue, Nov 26, 2019 at 3:29 PM Tyler Akidau wrote: > Thanks Julian. Nice to meet you Rick. I'm interested as well, although I'll > have some difficult-to-move conflicts for some of those dates. I'll sign up > and do what

Re: Streaming extensions to the SQL Standard, call for participation

2019-11-26 Thread Tyler Akidau
Thanks Julian. Nice to meet you Rick. I'm interested as well, although I'll have some difficult-to-move conflicts for some of those dates. I'll sign up and do what I can to clear my schedule out. -Tyler On Tue, Nov 26, 2019 at 6:00 AM Rick Hillegas wrote: > Thanks, Julian. Looking forward to

[jira] [Created] (CALCITE-3537) Can't apply materialized view with a simple filter

2019-11-26 Thread Anton Haidai (Jira)
Anton Haidai created CALCITE-3537: - Summary: Can't apply materialized view with a simple filter Key: CALCITE-3537 URL: https://issues.apache.org/jira/browse/CALCITE-3537 Project: Calcite

Re: Streaming extensions to the SQL Standard, call for participation

2019-11-26 Thread Rick Hillegas
Thanks, Julian. Looking forward to meeting you, Tyler, Ken, and Fabian. On 11/25/19 7:29 PM, Julian Hyde wrote: Thanks, Rick. I would be interested in joining. Adding Tyler, Kenn, Fabian to CC. They were (with Edmon) my co-authors of the SIGMOD paper and are adding streaming SQL extensions to

Re: CSVAdapter OTHER TYPE

2019-11-26 Thread Yanna elina
*Hi Danny , * *From my side with your suggestion i have this error message : for MAP type : * *SELECT properties['fullyQualifiedDomainName'] FROM TABLE_TEST : * Cannot apply 'ITEM' to arguments of type 'ITEM(, )'. Supported form(s): [] [] at

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: CSVAdapter OTHER TYPE

2019-11-26 Thread Steve Robert
Ok i got it , thank a lot Danny Le mar. 26 nov. 2019 à 01:53, Danny Chan a écrit : > Thanks, Steve ~ > > Calcite did support LIST type syntax, such as “INT ARRAY” or “INT MULTISET > ARRAY”, but we do not support MAP syntax yet, because it is not a SQL > standard, so the MAP type would always

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: IntelliJ and Gradle

2019-11-26 Thread Vladimir Sitnikov
>IntelliJ frequently fails to correctly load a project It never happens to me. I've been working recently on Gradle itself, Apache JMeter, Calcite Avatica, Calcite, and it works. Julian, is the issue reproducible? Can you provide the exact steps? Are there errors in IDEA logs? (

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,