[DISCUSS] Syntax upgrade about Session Window Table Function

2021-09-28 Thread JING ZHANG
Hi community, I'm now working on CALCITE-4337 [1] which aims to support PARTITION BY clause for table function argument. I've submitted a pull request [2], thanks @Danny very much for review. There

Re: do some code contribution on calcite

2021-09-28 Thread Michael Mior
I have added you as a contributor. Welcome to Calcite! -- Michael Mior mm...@apache.org Le mar. 28 sept. 2021 à 16:17, zxyoung a écrit : > > I want to fix some bug in calcite jira and assign some issue to myself. > My jira username is xuyangzhong. > Can anyone help me? > Thanks very much :)

do some code contribution on calcite

2021-09-28 Thread zxyoung
I want to fix some bug in calcite jira and assign some issue to myself. My jira username is xuyangzhong. Can anyone help me? Thanks very much :)

[jira] [Created] (CALCITE-4812) RelBuilder.join should handle multiple correlate ids

2021-09-28 Thread James Starr (Jira)
James Starr created CALCITE-4812: Summary: RelBuilder.join should handle multiple correlate ids Key: CALCITE-4812 URL: https://issues.apache.org/jira/browse/CALCITE-4812 Project: Calcite

[jira] [Created] (CALCITE-4811) Coalesce(null, row) fails with NPE

2021-09-28 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created CALCITE-4811: Summary: Coalesce(null, row) fails with NPE Key: CALCITE-4811 URL: https://issues.apache.org/jira/browse/CALCITE-4811 Project: Calcite Issue Type:

(CALCITE-4292) Wrong results in ElasticSearch when query contains NOT EQUAL

2021-09-28 Thread Shlok Srivastava
Hi Community, Issue id -CALCITE-4292 Issue name -Wrong results in ElasticSearch when query contains NOT EQUAL We made a change to modify not equals criteria in elasticsearch adapters as it was not in sync with Elasticsearch behavior. In-case of Not_Equals condition, the default behaviour of

[REVIEW-REQUEST] [CALCITE-4790] Make Gradle pass the 'user.timezone' to test JVM

2021-09-28 Thread Alessandro Solimando
Hello everyone, can someone with some spare cycles check this 1 line PR: https://github.com/apache/calcite/pull/2534 We all agree that tests must pass in all timezones, but since we have CI jobs running in different timezones, it would be nice to be able to easily test under the same conditions

[jira] [Created] (CALCITE-4810) Failed to cast a double field (which isn't a literal) to boolean in the test case.

2021-09-28 Thread xuyangzhong (Jira)
xuyangzhong created CALCITE-4810: Summary: Failed to cast a double field (which isn't a literal) to boolean in the test case. Key: CALCITE-4810 URL: https://issues.apache.org/jira/browse/CALCITE-4810

Re: Parsing FILTER Operator

2021-09-28 Thread Atri Sharma
Thanks Stamatis. Apologies for the noise. Reminds me not to send emails before a cup of coffee... On Mon, Sep 27, 2021 at 2:32 PM Stamatis Zampetakis wrote: > > Hi Atri, > > The timestamp literal seems to be missing a closing quote '2021-01-01 vs > '2021-01-01'. > > Best, > Stamatis > > On Mon,

[jira] [Created] (CALCITE-4809) Mixed merge join result is incomplete

2021-09-28 Thread Quan Chao (Jira)
Quan Chao created CALCITE-4809: -- Summary: Mixed merge join result is incomplete Key: CALCITE-4809 URL: https://issues.apache.org/jira/browse/CALCITE-4809 Project: Calcite Issue Type: Bug