Re: [ANNOUNCE] New committer: Jin Xing

2020-04-30 Thread XING JIN
Hi, Julian ~ For introduction of my company [1]. It's under Alibaba Group and doing financial business. Regarding "powered by" page[2], it will be great if we could add an entry and logo on it ;D Thanks a lot ! Jin [1] https://en.wikipedia.org/wiki/Ant_Financial

Re: "calcite" and "calcite-examples" missing from release 1.22?

2020-04-30 Thread Vladimir Sitnikov
The artifacts have no purpose, they do not exist, so they are not published. Vladimis

Re: [ANNOUNCE] New committer: Jin Xing

2020-04-30 Thread XING JIN
Thanks a lot, Julian ~ I'm not from MaxCompute team, but from big data platform in Alibaba Ant Financial Group. Actually we cooperate a lot with MaxCompute, it's our sister team. Jin Julian Hyde 于2020年5月1日周五 上午1:48写道: > Welcome Jin! Thanks for your contributions so far, looking forward to

[jira] [Created] (CALCITE-3965) Excessive time waiting on DiffRepository lock

2020-04-30 Thread Laurent Goujon (Jira)
Laurent Goujon created CALCITE-3965: --- Summary: Excessive time waiting on DiffRepository lock Key: CALCITE-3965 URL: https://issues.apache.org/jira/browse/CALCITE-3965 Project: Calcite

Re: [DISCUSS] Towards Cascades Optimizer

2020-04-30 Thread Haisheng Yuan
Hi all, As planned in my proposal, I opened the pull request [1] for CALCITE-3896 to achieve: 1. Top-down trait request 2. Bottom-up trait derivation 3. Trait enforcement without AbstractConverter The feature can be turned on or off by a flag, either through property config file or

Re: "calcite" and "calcite-examples" missing from release 1.22?

2020-04-30 Thread Julian Hyde
Rather than opening up a new debate, can we just carry on doing what we always did? > On Apr 28, 2020, at 12:03 PM, Vladimir Sitnikov > wrote: > >> If you search for Calcite on Maven Central [1] you will see that the > latest version of the “calcite” and “calcite-examples” artifacts is 1.21,

Re: [DISCUSS] Towards Cascades Optimizer

2020-04-30 Thread Julian Hyde
If your test cases are SQL scripts, it might be fairly straightforward to port them to Quidem (.iq) files. Plenty of examples in https://github.com/apache/calcite/tree/master/core/src/test/resources/sql . Quidem files

Re: [DISCUSS] Deprecate grouped window functions

2020-04-30 Thread Rui Wang
Polymorphic table function is logged at [1]. I assigned that to myself because I started to implement DESCRIPTOR (a part of PTF in SQL standard). It's very welcomed if anyone wants to help to accelerate the implementation. (But please use another thread to discuss it). Back to this thread's

Re: [ANNOUNCE] New committer: Forward Xu

2020-04-30 Thread Julian Hyde
Congratulations and welcome, Forward! Thank you for your contributions. It would be great to add TBDS (and its logo) to the “powered by” page[1]. What do you think? Julian [1] https://calcite.apache.org/docs/powered_by.html > On Apr 29, 2020,

Re: [ANNOUNCE] New committer: Wang Yanlin

2020-04-30 Thread Julian Hyde
Welcome, Yanlin! Thanks for your contributions so far, and thanks for introducing yourself. I often learn so much from committers’ self-introductions about how Calcite is being used. I know we have other Alibaba-related projects on the “powered by” page [1] (Flink/Ververica, MaxCompute) but

Re: [ANNOUNCE] New committer: Jin Xing

2020-04-30 Thread Julian Hyde
Welcome Jin! Thanks for your contributions so far, looking forward to more! Are you on the MaxCompute project? It’s already on our “powered by” page[1], so I think people are familiar with it. Julian [1] https://calcite.apache.org/docs/powered_by.html#alibaba-maxcompute

Re: [DISCUSS] Deprecate grouped window functions

2020-04-30 Thread Julian Hyde
I understand that you need to continue to support the SQL syntax while your users still want it. I suggest that Calcite continues to support the SQL syntax in the parser (and the SqlNode AST) but deprecates and removes the support in the algebra (RelNode) within one or two releases (3 - 6

Re: [DISCUSS] Deprecate grouped window functions

2020-04-30 Thread Julian Hyde
> On Apr 30, 2020, at 8:16 AM, Viliam Durina wrote: > > What is the status of polymorphic table functions? We'd like to use them. Off topic. Can you start this discussion in a new thread? Julian

Re: Building a Calcite Adapter

2020-04-30 Thread Jon Pither
We went down the route of wrapping Calcite with our own JDBC driver that strips out the `VALIDTIME AS OF (...)` from ``VALIDTIME AS OF (...) SELECT * FROM FOO`. We do this by overriding CalcitePrepareImpl and adding internalParameters to the CalciteSignature, that our enumerator then uses when

Re: [DISCUSS] Deprecate grouped window functions

2020-04-30 Thread Viliam Durina
What is the status of polymorphic table functions? We'd like to use them. Viliam On Thu, 30 Apr 2020 at 16:16, Timo Walther wrote: > Thanks for considering our needs. > > I'm pretty sure that windows are in almost every streaming pipeline with > aggregations. Unlike regular Java API, SQL

Re: [ANNOUNCE] New committer: Vineet Garg

2020-04-30 Thread Michael Mior
Congratulations Vineet! -- Michael Mior mm...@apache.org Le dim. 26 avr. 2020 à 17:38, Vineet G a écrit : > > Thanks a lot guys! > > Just to briefly introduce myself - I work with Cloudera (Hortonworks before) > on Hive and I am a Hive PMC member. As Stamatis noted I have been involved in >

Re: [ANNOUNCE] New committer: Jin Xing

2020-04-30 Thread Michael Mior
Congrats Jin! -- Michael Mior mm...@apache.org Le mer. 29 avr. 2020 à 08:07, XING JIN a écrit : > > Thanks a lot ~ > Calcite is a great project and it's great honor for me to work with you > guys. I really appreciate the help from community. > I'm working in Alibaba. My team builds big data

Re: Re: [ANNOUNCE] New committer: Wang Yanlin

2020-04-30 Thread Michael Mior
Congratulations Wang! -- Michael Mior mm...@apache.org Le mer. 29 avr. 2020 à 08:50, Wang Yanlin <1989yanlinw...@163.com> a écrit : > > Hi, guys, thanks for your warm welcome. > > > > I'm working in Ant Finical, Alibaba Group. Currently my team is working on > building a system to process big

Re: [ANNOUNCE] New committer: Forward Xu

2020-04-30 Thread Michael Mior
Congratulations Forward! -- Michael Mior mm...@apache.org Le mer. 29 avr. 2020 à 08:34, Forward Xu a écrit : > > Thank you everyone for your warm welcome! > I'm working in the TBDS team of Tencent in Shenzhen. TBDS (Tencent Big Data > Suite) is similar to Alibaba's EMR, TBDS is a big data

Re: [DISCUSS] Deprecate grouped window functions

2020-04-30 Thread Timo Walther
Thanks for considering our needs. I'm pretty sure that windows are in almost every streaming pipeline with aggregations. Unlike regular Java API, SQL syntax is very difficult to deprecate. We usually give Flink user 1-2 releases time to update their code. Once Calcite supports polymorphic

Re: [DISCUSS] Towards Cascades Optimizer

2020-04-30 Thread Jinpeng Wu
Sure. I will add more cases to my PR. I did not design more cases because our own product has a test frameworks, which contains thousands of actual user queries. Calcite's code base is quite different. I cannot just migrate cases to calcite. So it may take some time. On Wed, Apr 29, 2020 at

Re: Re: [ANNOUNCE] New committer: Forward Xu

2020-04-30 Thread Danny Chan
Congrations! Forward! Best, Danny Chan 在 2020年4月30日 +0800 PM12:14,Fan Liya ,写道: > Congratulations, Forward! > > Best, > Liya Fan > > On Wed, Apr 29, 2020 at 8:51 PM Wang Yanlin <1989yanlinw...@163.com> wrote: > > > Congrations! Forward!-- > > > > Best, > > Wang Yanlin > > > > > > > > > > > > At

Calcite-Master - Build # 1726 - Still Failing

2020-04-30 Thread Apache Jenkins Server
The Apache Jenkins build system has built Calcite-Master (build #1726) Status: Still Failing Check console output at https://builds.apache.org/job/Calcite-Master/1726/ to view the results.