Re: CassandraAdapter (Add Type) and WHERE statement.

2019-10-16 Thread Michael Mior
. -- Michael Mior mm...@apache.org Le mer. 16 oct. 2019 à 07:57, Yanna elina a écrit : > > Hi guys , > > I study Calcite the benefits that a Cassandra-Calcite Adapter can bring , > as for example brings the possibility of join. > > the problem type defined into CassandraSchema.getRe

Re: [DISCUSS] Avatica - how efficient is our protocol?

2019-10-15 Thread Michael Mior
-flight/ -- Michael Mior mm...@apache.org Le jeu. 23 août 2018 à 15:45, Julian Hyde a écrit : > > This is a paper in VLDB 2018, "Don’t Hold My Data Hostage – A Case For Client > Protocol Redesign” by Mark Rassveldt and Hannes Muhleisen[1]. It claims that > database client proto

Re: [DISCUSS] Automated security fixes via dependabot

2019-10-15 Thread Michael Mior
Creating a JIRA shouldn't be too painful making use of GitHub Actions. We should be able to trigger this whenever a dependabot PR is created. It does add an extra dependency on GitHub, but if we're using dependabot, we have that anyway. -- Michael Mior mm...@apache.org Le lun. 14 oct. 2019 à 13

Re: Different performance of the same code in two laptops

2019-10-15 Thread Michael Mior
, the optimization process is single-threaded, so this would not be your problem. -- Michael Mior mm...@apache.org Le mar. 15 oct. 2019 à 06:11, Serafeim (Makis) Papadias a écrit : > > Hello everyone, > > I am experimenting with rules and volcano optimiser lately and I am facing > something

Re: Community and News pages "not secure", according to Chrome

2019-10-08 Thread Michael Mior
you replaced actually support HTTPS? Just want to make sure we don't end up with anything broken, but I think we should merge your PR as well. Thanks! -- Michael Mior mm...@uwaterloo.ca Le mar. 8 oct. 2019 à 13:16, Stamatis Zampetakis a écrit : > > I fired CALCITE-3391 and its respect

Re: Community and News pages "not secure", according to Chrome

2019-10-08 Thread Michael Mior
Pushed and this seems to have resolved the issue for me. -- Michael Mior mm...@apache.org Le mar. 8 oct. 2019 à 12:39, Michael Mior a écrit : > > Most of the warnings I see are like the below. Switching this to HTTPS > should solve most of the issues. I'll make the change. > > ht

Re: Community and News pages "not secure", according to Chrome

2019-10-08 Thread Michael Mior
Most of the warnings I see are like the below. Switching this to HTTPS should solve most of the issues. I'll make the change. http://github.com/zabetak.png -- Michael Mior mm...@apache.org Le lun. 7 oct. 2019 à 15:31, Julian Hyde a écrit : > > When I open https://calcite.apache.or

Re: [DISCUSS] Draft board report for October 2019

2019-10-02 Thread Michael Mior
Thanks Francis! Looks good to me. -- Michael Mior mm...@apache.org Le mer. 2 oct. 2019 à 19:21, Francis Chuang a écrit : > > Attached below is a draft of this month's board report. Please let me > know if you have any additions or corrections. Note that the format of > the report

Re: Re: [DISCUSS] Small contributions

2019-09-26 Thread Michael Mior
. If others think a label would help though, I'm not opposed to it. -- Michael Mior mm...@apache.org Le jeu. 26 sept. 2019 à 07:28, TANG Wen-hui a écrit : > > I agree that we should accept these small changes but not create JIRA for > them. > In my opinion, maybe we can label the PR of these s

Re: [DISCUSS] Small contributions

2019-09-25 Thread Michael Mior
. This might be a good time to create a pull request template for GitHub that explains some of the policies (e.g. making sure that non-trivial changes DO have a JIRA case). -- Michael Mior mm...@apache.org Le mer. 25 sept. 2019 à 20:42, Julian Hyde a écrit : > > I noticed this exchange in

Re: Integrating Calcite, Omid, Avatica, Avro, and Kafka

2019-09-24 Thread Michael Mior
ses, but it’s good for other news too (see the “Other news” section). > Jekyll mades it pretty easy to add a news item. > > Julian > > [1] https://calcite.apache.org/news/ <https://calcite.apache.org/news/> > > > On Sep 24, 2019, at 6:11 AM, Michael Mior wrote: > >

Re: Integrating Calcite, Omid, Avatica, Avro, and Kafka

2019-09-24 Thread Michael Mior
. -- Michael Mior mm...@apache.org Le lun. 23 sept. 2019 à 18:06, Julian Hyde a écrit : > > A section of the web site might take quite a bit of curation, because these > links go out of date. Also, we might find ourselves asked to endorse > companies and products, which we shouldn’t be

Re: Integrating Calcite, Omid, Avatica, Avro, and Kafka

2019-09-23 Thread Michael Mior
Thanks for sharing! On a related note, I wonder what others think about having a section of the website where we include links to such b blog posts and articles referencing Calcite. -- Michael Mior mm...@apache.org Le lun. 23 sept. 2019 à 09:50, Robert Yokota a écrit : > > Hi, >

Re: [DISCUSS] Release apache-calcite-1.21.0 (release candidate 1)

2019-09-12 Thread Michael Mior
between us and the hosted files. -- Michael Mior mm...@apache.org Le jeu. 12 sept. 2019 à 06:59, Vladimir Sitnikov a écrit : > > Stamatis, thanks for your work on this. > > Stamatis>The checksum hash that was communicated in the vote email was wrong > Stamatis>given > Stama

Fwd: [NOTICE] Introducing .asf.yaml for enhanced automation of git repository services

2019-09-08 Thread Michael Mior
Looks like this could be of great use to us. I know Francis had done a lot of work in automating website builds. Perhaps this would be useful in that regard. -- Forwarded message - From: Daniel Gruno Date: Wed, Sep 4, 2019, 20:33 Subject: [NOTICE] Introducing .asf.yaml for

EQUITAS

2019-08-29 Thread Michael Mior
the paper, but I don't believe they mention any incorrect rewrites, which is great news :) http://www.vldb.org/pvldb/vol12/p1276-zhou.pdf -- Michael Mior mm...@apache.org

Re: [DISCUSS] ANTLR4 parse template for Calcite ?

2019-08-23 Thread Michael Mior
Incomplete, but here's one for PostgreSQL as well https://github.com/tshprecher/antlr_psql -- Michael Mior mm...@apache.org Le jeu. 22 août 2019 à 14:38, Julian Feinauer a écrit : > > Hi, > > there are some SQL dialect grammars online here (for ANTLR4) > > https://github.com

Re: Match Converter Rule based on Child Nodes

2019-08-20 Thread Michael Mior
If you just want to control whether the rule gets applied, you can override RelOptRule#matches which canreturns a boolean indicating whether the rule should be applied. -- Michael Mior mm...@apache.org Le ven. 9 août 2019 à 08:48, rahul patwari a écrit : > > Hi, > > We wa

Re: Github Actions

2019-08-20 Thread Michael Mior
Sounds great! I've been wanting to play around with GitHub Actions more myself and this sounds encouraging. -- Michael Mior mm...@apache.org Le lun. 19 août 2019 à 18:15, Francis Chuang a écrit : > > Hey everyone, > > Previously I mentioned that I was working on automated we

Re: Filterable table

2019-08-12 Thread Michael Mior
convention and then create rules to convert expressions to those of your calling convention. If you want to convert an aggregate operation, you could consider this approach. -- Michael Mior mm...@apache.org Le lun. 12 août 2019 à 00:20, Albert a écrit : > > talking about this class reminds me of

Calcite swag

2019-08-12 Thread Michael Mior
For anyone who may be interested, Calcite swag now available at the link below. You'll see a link there to view the logo on other products besides the t-shirt. https://www.redbubble.com/people/comdev/works/40515208-apache-calcite?p=t-shirt -- Michael Mior mm...@apache.org

Re: [PRIORITY] need your help with ApacheCon + project/PMC promotional opportunities

2019-08-07 Thread Michael Mior
Requested. I may have to ask someone to snag a couple and mail them to me :) -- Michael Mior mm...@apache.org Le mer. 7 août 2019 à 07:40, Julian Feinauer a écrit : > > I will be there and would love some : ) > > Julian > > Am 07.08.19, 13:07 schrieb "Michael

Fwd: [PRIORITY] need your help with ApacheCon + project/PMC promotional opportunities

2019-08-07 Thread Michael Mior
I won't be at ApacheCon, but should we request some stickers with our new logo? -- Michael Mior mm...@apache.org -- Forwarded message - De : Sally Khudairi Date: mar. 6 août 2019 à 23:38 Subject: [PRIORITY] need your help with ApacheCon + project/PMC promotional opportunities

Re: CALCITE-3158, Avatica: migrate build system to Gradle

2019-07-30 Thread Michael Mior
a similar policy to that of releases and clear out old RCs. These aren't maintained in the Apache Archives, but I also don't see an obvious need to keep them around. -- Michael Mior mm...@apache.org Le lun. 22 juil. 2019 à 04:54, Vladimir Sitnikov a écrit : > > Julian>Before we accept

Re: Preview repository for Calcite and Calcite Avatica releases

2019-07-30 Thread Michael Mior
Sounds like a great idea to me. I assume the Javadoc there is for the current snapshot? -- Michael Mior mm...@apache.org Le lun. 29 juil. 2019 à 18:06, Vladimir Sitnikov a écrit : > > Here's "site preview" repository for Apache JMeter. > I think it does simplify the review at

Re: Calcite at ApacheCon NA

2019-07-30 Thread Michael Mior
That's excellent! Unfortunately with my teaching responsibilities, I won't be able to attend, but it's wonderful to see this representation. -- Michael Mior mm...@apache.org Le lun. 29 juil. 2019 à 20:22, Julian Hyde a écrit : > > ApacheCon North America is in Las Vegas 8 - 12 Sep

Re: Add "IN REVIEW" state in JIRA Workflow

2019-07-24 Thread Michael Mior
Thanks for clarifying Danny. I agree that what you suggest could be a good idea. -- Michael Mior mm...@apache.org Le mar. 23 juil. 2019 à 21:50, Danny Chan a écrit : > > Thanks Michael, just to make things more clear, I’m not saying only > committers can review the code, I’m talk

Re: Add "IN REVIEW" state in JIRA Workflow

2019-07-23 Thread Michael Mior
to review PRs. I think this is a relatively easy process since it's just one extra click if you're viewing the PR on GitHub. -- Michael Mior mm...@apache.org Le lun. 15 juil. 2019 à 22:19, Danny Chan a écrit : > > Sounds like a good idea if this state can only be seen by committe

Re: On vacation

2019-07-21 Thread Michael Mior
Enjoy the well deserved break! Although I'm sure those working on bugs would appreciate your feedback, I think you should feel free to completely disconnect this week :) On Sun, Jul 21, 2019, 00:04 Julian Hyde wrote: > I’m on vacation for the next 7 days. Don’t expect (or even hope) that I >

Re: Has anyone thought of writing a book about Apache Calcite ?

2019-07-14 Thread Michael Mior
I've had this discussion with one of my colleagues, Suprio Ray (CCed as I can't recall if he's subscribed to the list). I think it could potentially be helpful. Perhaps something O'Reilly-style? -- Michael Mior mm...@apache.org Le sam. 13 juil. 2019 à 07:13, Muhammad Gelbana a écrit : >

Re: [DISCUSS] Automated builds for Calcite website

2019-07-11 Thread Michael Mior
Francis, I just confirmed that there were no changes in site that were not on master and then did git checkout site git reset --hard origin/master git push -f origin site Essentially just making sure that site and master are exactly the same after the release. -- Michael Mior mm...@apache.org

Re: [DISCUSS] Draft board report for July 2019

2019-07-08 Thread Michael Mior
+1 Thanks Francis! -- Michael Mior mm...@apache.org Le mar. 9 juil. 2019 à 00:25, Francis Chuang a écrit : > > Thanks, Michael! I'll add that into the report. If there are no > objections, I plan to submit this to the board tonight. > > Updated report as follows: > > ## De

Re: Sharing the word at SIGMOD 2019

2019-07-08 Thread Michael Mior
Thanks for sharing Stamatis. I was the only one there from RIT, so I suppose in that specific case it was me. However, Fabian, Slim, and Edmon were also there sharing (and perhaps others I missed as well), so thanks to all! It was great to see another Calcite-related paper :) -- Michael Mior mm

Re: [DISCUSS] Draft board report for July 2019

2019-07-08 Thread Michael Mior
Looks good to me! I would suggest also including the SIGMOD paper Julian et al. contributed to. https://dl.acm.org/citation.cfm?id=3314040 -- Michael Mior mm...@apache.org Le lun. 8 juil. 2019 à 12:09, Volodymyr Vysotskyi a écrit : > > +1 > > Kind regards, > Volodymyr Vysotsk

Re: [DISCUSS] Automated builds for Calcite website

2019-07-05 Thread Michael Mior
All sounds great to me. Thanks Francis! Unfortunately I don't know much about Jenkins so I'm not sure how much help I can be here. -- Michael Mior mm...@apache.org Le jeu. 4 juil. 2019 à 13:21, Francis Chuang a écrit : > > Hey everyone, > > Last month, I mentioned that I was go

Re: Avatica: Gradle vs LICENSE formatting

2019-07-03 Thread Michael Mior
> For instance, in JMeter we have ~1MiB of license texts. We're nowhere near that for Calcite are we? Concatenating licenses seems to be an easy fix. That said, if the switch to Gradle makes another approach equally easy, I don't have a real preference. -- Michael Mior mm...@apache.org Le

Re: [RESULT][VOTE] Calcite logo selection

2019-07-03 Thread Michael Mior
Thanks Stamatis! I appreciate all the work you've done. Just a note for future reference so that I don't forget to mention later: the logo should be committed to the comdev repo when finalized (see link below). https://www.apache.org/logos/about.html -- Michael Mior mm...@apache.org Le mer. 3

Re: [RESULT][VOTE] Calcite logo selection

2019-07-02 Thread Michael Mior
Sounds good to me. I'm away at a conference this week so I have minimal bandwidth, but I'll try to get to it as soon as possible when I get back. -- Michael Mior mm...@apache.org Le mar. 2 juil. 2019 à 21:06, Julian Hyde a écrit : > > Now we’ve had a vote to establish broad direction, I

Re: CALCITE-3158, Avatica: migrate build system to Gradle

2019-07-02 Thread Michael Mior
another language. If this was in Java instead of Kotlin, that concern would go away. In any case, I'm not completely opposed to the change and I appreciate the effort you've put forth. Personally I prefer Gradle over Maven but I understand Julian's concerns. -- Michael Mior mm...@apache.org Le mar. 2 ju

Re: Preview repository for Calcite and Calcite Avatica releases

2019-07-02 Thread Michael Mior
Comments inline. Le mar. 2 juil. 2019 à 16:17, Vladimir Sitnikov a écrit : > > Micael>How so? Just delete the branch or rebase to delete the commits. I > fail > to see the complexity here. > > The complexity is not technical. It is INFRA who prohibits rebases. > That is why I suggest we don't

Re: Avatica: Gradle vs LICENSE formatting

2019-07-02 Thread Michael Mior
? -- Michael Mior mm...@apache.org Le dim. 30 juin 2019 à 05:48, Vladimir Sitnikov a écrit : > > Julian>The amount of knowledge required to maintain Avatica (and Calcite) > is increasing even as Avatica does basically the same thing it did two > years ago. > > I would argue here. Belo

Re: Preview repository for Calcite and Calcite Avatica releases

2019-07-02 Thread Michael Mior
so? Just delete the branch or rebase to delete the commits. I fail to see the complexity here. >I guess GitHub pages is the most simple and well-understood approach. I was agreeing with your GitHub pages suggestion, just using the existing repo. -- Michael Mior mm...@apache.org Le lun. 1 juil. 2019

[RESULT][VOTE] Calcite logo selection

2019-07-01 Thread Michael Mior
, Ruben, Yuva, Ivan, Julian, Chunwei, Danny, Hongze 2C +2 Vladimir, Zhu -- Michael Mior mm...@apache.org

Re: Preview repository for Calcite and Calcite Avatica releases

2019-07-01 Thread Michael Mior
I'm not opposed to the idea of publishing these things although I'm not sure we need a separate repository. Why not just use GitHub pages on the existing repositories? -- Michael Mior mm...@apache.org Le lun. 1 juil. 2019 à 07:21, Vladimir Sitnikov a écrit : > > Hi, > > I see Cal

[VOTE] Calcite logo selection

2019-06-28 Thread Michael Mior
than the current logo. Thanks to all who contributed a design! [0] https://mail-archives.apache.org/mod_mbox/calcite-dev/201906.mbox/%3C8587ADCD-FF19-4486-98C1-4B645614FB47%40apache.org%3E -- Michael Mior mm...@apache.org

Re: Release 1.20 and release notes

2019-06-27 Thread Michael Mior
That was one of the reasons I was unsure where to put the script. src/main/scripts is fine although it isn't obvious from that location that it's unrelated to the use of Calcite. I'm not strongly opposed to just pasting it in the documentation. -- Michael Mior mm...@apache.org Le jeu. 27 juin

Re: Giving the Calcite logo some love

2019-06-26 Thread Michael Mior
The easiest approach is to convert the fonts to curves. Whatever editing software you use should be able to do this, but I agree with Julian that it's not critical. Thanks for working on this! -- Michael Mior mm...@apache.org Le mer. 26 juin 2019 à 18:45, Stamatis Zampetakis a écrit : > >

Re: Release 1.20 and release notes

2019-06-26 Thread Michael Mior
, I'm not sure where a good spot for such scripts to live would be in the folder hierarchy. -- Michael Mior mm...@apache.org Le mar. 25 juin 2019 à 16:23, Julian Hyde a écrit : > > Or just paste the script into HOWTO. > > It works fine on macOS, Linux and Windows/Cygwin, which I

Re: Giving the Calcite logo some love

2019-06-25 Thread Michael Mior
://github.com/zabetak/calcite/blob/calcite-logo/site/img/logo-alt4-v4.svg https://github.com/zabetak/calcite/blob/calcite-logo/site/img/logo-alt5-v6.svg https://github.com/zabetak/calcite/blob/calcite-logo/site/img/logo-alt6-v7.svg -- Michael Mior mm...@apache.org Le mar. 25 juin 2019 à 15:04, Julian Hyde

Re: Release 1.20 and release notes

2019-06-25 Thread Michael Mior
Now that you mention it, I know you had mentioned it before, but I don't see a link in the howto. If we're going to use it, I think we might as well have a copy in the Calcite repo. -- Michael Mior mm...@apache.org Le mar. 25 juin 2019 à 15:11, Julian Hyde a écrit : > > Here’s the script

Re: Giving the Calcite logo some love

2019-06-24 Thread Michael Mior
Thanks Stamatis! So far I think I like pretty much every alternative I've seen more than the current logo. I'm not sure what others think about process, but I'd like to close discussion and take a vote in the near future. -- Michael Mior mm...@apache.org Le lun. 24 juin 2019 à 17:37, Stamatis

Re: Release 1.20 and release notes

2019-06-24 Thread Michael Mior
FWIW, the following one-liner did most of the work for me git log --format='format:%s' branch-1.19..branch-1.20 | sed "s_\(CALCITE-[0-9]\+\)_\1_" -- Michael Mior mm...@apache.org Le lun. 24 juin 2019 à 20:34, Francis Chuang a écrit : > > +1 to using a script to auto-

Re: Release 1.20 and release notes

2019-06-24 Thread Michael Mior
be preserved. If we want to keep names in release notes, we could script things to pull the commit author to generate a first draft of the release notes. Really, I think such a script should exist anyway since putting together the release notes can be rather tedious. -- Michael Mior mm...@apache.org

Re: Release 1.20 and release notes

2019-06-24 Thread Michael Mior
contributed to the release especially those who are not currently committers and do not have much acknowledgement right now :) -- Michael Mior mm...@apache.org Le lun. 24 juin 2019 à 14:10, Julian Hyde a écrit : > > Just back for vacation... and it’s great to see a shiny new release. Thank

[RESULT] [VOTE] Release apache-calcite-1.20.0 (release candidate 0)

2019-06-24 Thread Michael Mior
Thanks to everyone who has tested the release candidate and given their comments and votes. The tally is as follows. 4 binding +1s: Michael Mior Francis Chuang Vladimir Sitnikov Stamatis Zampetakis 4 non-binding +1s: Haisheng Yuan Hongze Zhang Andrei Sereda Chunwei Lei No 0s or -1s. Therefore

Re: [VOTE] Release apache-calcite-1.20.0 (release candidate 0)

2019-06-24 Thread Michael Mior
Great. I'll roll out the release shortly and we can fix after. I think switching to an Apache licensed alternative is probably easiest. On Mon, Jun 24, 2019, 10:06 Vladimir Sitnikov wrote: > As far as I see, the fonts in question are a part of source release since > 2015-05, so I don't think we

Re: [VOTE] Release apache-calcite-1.20.0 (release candidate 0)

2019-06-23 Thread Michael Mior
Vladimir, While I agree this should be resolved, I want to make sure you're not changing your vote. On Sun, Jun 23, 2019, 07:11 Vladimir Sitnikov wrote: > It looks like Calcite 1.20 violates ASF licensing policy. > > The violation is "font-awesome:fonts" which is licensed as >

Re: [VOTE] Release apache-calcite-1.20.0 (release candidate 0)

2019-06-23 Thread Michael Mior
interpretation of should and fix after the release unless there are any strong objections. -- Michael Mior mm...@apache.org Le dim. 23 juin 2019 à 07:11, Vladimir Sitnikov a écrit : > > It looks like Calcite 1.20 violates ASF licensing policy. > > The violation is "font-awe

Re: [VOTE] Release apache-calcite-1.20.0 (release candidate 0)

2019-06-22 Thread Michael Mior
The vote passes! I'm out of town today but I should be able to push the final release tomorrow. On Wed, Jun 19, 2019, 14:44 Michael Mior wrote: > Hi all, > > I have created a build for Apache Calcite 1.20.0, release candidate 0. > > Thanks to everyone who has contributed

Re: [VOTE] Release apache-calcite-1.20.0 (release candidate 0)

2019-06-21 Thread Michael Mior
+1 > > > > On macOS 10.14.5, openjdk 11.0.2: > > - Built and ran unit tests from tarball OK > > - Built and ran unit tests from target commit 3979b460c OK > > - Checked signatures and hashes OK > > > > Thanks Michael! > > > >

Re: [VOTE] Release apache-calcite-1.20.0 (release candidate 0)

2019-06-20 Thread Michael Mior
Thanks for noting the issue in the license. I agree that we can correct this after the release. -- Michael Mior mm...@apache.org Le jeu. 20 juin 2019 à 15:53, Vladimir Sitnikov a écrit : > > Checked GPG signature - OK > Checked hash - OK > Release notes - OK > > +1 (binding

Re: [VOTE] Release apache-calcite-1.20.0 (release candidate 0)

2019-06-20 Thread Michael Mior
The correct key is now available at the link in the original vote email. Note the correction in the commit hash from my previous message. We still need at least one more PMC member to vote in the next few days. -- Michael Mior mm...@apache.org Le mer. 19 juin 2019 à 20:36, Michael Mior a écrit

Re: [VOTE] Release apache-calcite-1.20.0 (release candidate 0)

2019-06-19 Thread Michael Mior
updated my information in LDAP, but it's a nightly job that updates that key file that I'll have to wait for. -- Michael Mior mm...@apache.org Le mer. 19 juin 2019 à 19:48, Francis Chuang a écrit : > > Thanks for being RM for this massive release, Michael! > > Checked GPG signature - OK &g

[VOTE] Release apache-calcite-1.20.0 (release candidate 0)

2019-06-19 Thread Michael Mior
Hi all, I have created a build for Apache Calcite 1.20.0, release candidate 0. Thanks to everyone who has contributed to this release. We've got support for anti-joins, recursive queries, new functions, support for recursive queries in the relational algebra, a new adapter, and more! You can

Re: [DISCUSS] Towards Calcite 1.20.0

2019-06-19 Thread Michael Mior
Thanks to Vladimir and Andrei for coming to the party. I'm rolling out rc0 now and I'll start the vote ASAP. -- Michael Mior mm...@apache.org Le mer. 19 juin 2019 à 11:23, Andrei Sereda a écrit : > > Here is mine > 25E7 0310 6B1B 3D7B 1050 32BD C41C FDDF ED34 C028 > > &

Re: [DISCUSS] Towards Calcite 1.20.0

2019-06-19 Thread Michael Mior
Thanks! Here's my fingerprint. 3114 4918 1CE5 FAA2 71DD 398F 9EFE 53B0 7EE7 CA71 -- Michael Mior mm...@apache.org Le mer. 19 juin 2019 à 10:32, Andrei Sereda a écrit : > > Yes will do. > > I'm on my work so might be late 10-15min (11:10 EST) > > On Wed, Jun 19, 2019 a

Re: [DISCUSS] Towards Calcite 1.20.0

2019-06-18 Thread Michael Mior
Thanks Stamatis! That time works for me. I propose doing so via Google Hangouts: https://meet.google.com/qbw-agar-ixv -- Michael Mior mm...@apache.org Le mar. 18 juin 2019 à 18:30, Stamatis Zampetakis a écrit : > > Great work so far Michael! > > Given that you already advanced

Re: [DISCUSS] Towards Calcite 1.20.0

2019-06-18 Thread Michael Mior
I'm not necessarily opposed to it if it's been properly tested. However, the immediate concern is that I'm not able to complete ther release at the moment without help. -- Michael Mior mm...@apache.org Le mar. 18 juin 2019 à 13:58, Vova Vysotskyi a écrit : > > Hi Michael, > > Than

Re: [DISCUSS] Towards Calcite 1.20.0

2019-06-18 Thread Michael Mior
. Once again, my apologies for the continued delays. -- Michael Mior mm...@apache.org Le dim. 16 juin 2019 à 22:31, Danny Chan a écrit : > > Many thanks, Michael. > > Do you think we could got a release this week ? > > Best, > Danny Chan > 在 2019年6月16日 +0800 AM7:35,Mic

Re: [DISCUSS] Towards Calcite 1.20.0

2019-06-14 Thread Michael Mior
Thanks all for the suggestions. Release notes updated. -- Michael Mior mm...@apache.org Le ven. 14 juin 2019 à 01:05, Julian Hyde a écrit : > > I think you should expand the "breaking changes" section of the > release notes and note that classes SemiJoin, EnumerableSemiJ

Re: [DISCUSS] Towards Calcite 1.20.0

2019-06-13 Thread Michael Mior
Release notes are pushed to the branch-1.20 branch. Please review when able. I did my best to sort things appropriately and highlight major changes. If I missed some important work you or others did, please let me know! -- Michael Mior mm...@apache.org Le jeu. 13 juin 2019 à 13:21, Michael Mior

Re: [DISCUSS] Towards Calcite 1.20.0

2019-06-13 Thread Michael Mior
Sorry for the delay everyone. I'm currently working on rolling out rc0. Unfortunately I left my signing key at home so I might end up needing some help but I'm checking tests and putting together the changelog and other release material now. -- Michael Mior mm...@apache.org Le lun. 10 juin 2019 à

Re: [DISCUSS] Towards Calcite 1.20.0

2019-06-07 Thread Michael Mior
I'm not sure it can really be a blocker for the release since it's already been released. That said, we certainly would like to allow Drill the ability to upgrade. Since CALCITE-2798 isn't a functional change, I'd be open to reverting. -- Michael Mior mm...@apache.org Le ven. 7 juin 2019 à 13:47

Re: [DISCUSS] Towards Calcite 1.20.0

2019-06-07 Thread Michael Mior
I have reviewed and committed couple PRs and removed fix version of 1.20.0 from all other issues. Given that it's Friday, I'm proposing that I wait until Monday before freezing for release in case anyone wants to push anything final through. -- Michael Mior mm...@apache.org Le ven. 31 mai 2019 à

Re: [DISCUSS] Automated website builds

2019-06-04 Thread Michael Mior
I see no reason not to test this out. I'd say go for it! Thanks Francis :) -- Michael Mior mm...@apache.org Le lun. 3 juin 2019 à 21:04, Francis Chuang a écrit : > > A few months ago, I raised the possibility to automating our website > builds, so that we will not need to manually build

Re: [DISCUSS] Towards Calcite 1.20.0

2019-05-31 Thread Michael Mior
but they seem to need further work. https://github.com/apache/calcite/pull/1138 https://github.com/apache/calcite/pull/1011 https://github.com/apache/calcite/pull/1014 -- Michael Mior mm...@apache.org Le ven. 31 mai 2019 à 14:28, Julian Hyde a écrit : > > How are we doing? What must-fix bugs remain?

Re: [DISCUSS] Towards Calcite 1.20.0

2019-05-27 Thread Michael Mior
Thanks Julian! I'm hoping we can get 1.20.0 out this week. I did some cleanup on JIRA and pinged a few for some status updates and I think we're in reasonably good shape. -- Michael Mior mm...@apache.org Le mar. 21 mai 2019 à 19:13, Julian Hyde a écrit : > > I agree with Michael’s ti

Re: JIRA Calcite dashboards

2019-05-26 Thread Michael Mior
Works now. Thanks! -- Michael Mior mm...@apache.org Le dim. 26 mai 2019 à 17:50, Stamatis Zampetakis a écrit : > > Thanks for checking Michael! > > I just changed the permissions for the filters involved in the JIRA. Can > you check again, please? > > On Sun, May 26, 201

Re: JIRA Calcite dashboards

2019-05-26 Thread Michael Mior
for this gadget could not be retrieved. Please verify it is still valid on the issue navigator. -- Michael Mior mm...@apache.org Le dim. 26 mai 2019 à 17:34, Stamatis Zampetakis a écrit : > > Hello, > > I created two JIRA dashboards in order to track a bit better what is > happening in the proj

Re: Avatica tags in Calcite repository

2019-05-22 Thread Michael Mior
This is probably a question for INFRA since I doubt anyone has been doing this explicitly. I don't think it's a huge problem, but it would be good to stop that. -- Michael Mior mm...@apache.org Le mar. 21 mai 2019 à 19:34, Francis Chuang a écrit : > > I just noticed that tags for A

Re: Has issue when parse DDL file using SqlDdlParserImpl

2019-05-22 Thread Michael Mior
Please do! The more examples of working code the better. This is the sort of thing I would love to add to http://github.com/michaelmior/calcite-notebooks -- Michael Mior mm...@apache.org Le mar. 21 mai 2019 à 21:39, Yuzhao Chen a écrit : > > Sorry I only found the grammar template in our s

Re: [DISCUSS] Towards Calcite 1.20.0

2019-05-20 Thread Michael Mior
EnumerableThetaJoin to EnumerableNestedLoopJoin I think we should cut a release soon to keep momentum going. I'd like to hear from those working on any of the JIRAs to see which ones could be wrapped up in the next week or two. -- Michael Mior mm...@apache.org Le mar. 30 avr. 2019 à 11:15, Michael Mior

Re: Customizing Join Algorithm

2019-05-17 Thread Michael Mior
You're correct that rules do not manipulate data and are only used during the planning/optimization stage. However, you can use a rule to transform the join RelNode into a custom class you create. When the query is executed, then this class will be used to perform the join. -- Michael Mior mm

Re: [ANNOUNCE] New committer: Danny Chan

2019-05-14 Thread Michael Mior
Congratulations and thank you Danny! -- Michael Mior mm...@apache.org Le lun. 13 mai 2019 à 21:57, Yuzhao Chen a écrit : > > Thank you everyone for your kind messages. > > Currently I am working in Alibaba Blink SQL Engine team in Hangzhou, > Zhejiang, China. We are developi

Re: [ANNOUNCE] Apache Calcite Avatica 1.15.0 released

2019-05-13 Thread Michael Mior
Thanks Francis! -- Michael Mior mm...@apache.org Le dim. 12 mai 2019 à 21:48, Yuzhao Chen a écrit : > > Nice job ! Francis, thx for your work. > > Best, > Danny Chan > 在 2019年5月13日 +0800 AM9:30,Francis Chuang ,写道: > > The Apache Calcite team is pleased to announ

[DISCUSS] Towards Calcite 1.20.0

2019-04-30 Thread Michael Mior
CALCITE-3037 Rename EnumerableThetaJoin to EnumerableNestedLoopJoin -- Michael Mior mm...@apache.org

Re: [ANNOUNCE] New committers: Zhiwei Peng

2019-04-27 Thread Michael Mior
Welcome Zhiwei and thanks for your contributions! -- Michael Mior mm...@apache.org Le ven. 26 avr. 2019 à 22:37, Francis Chuang a écrit : > > Apache Calcite's Project Management Committee (PMC) has invited Zhiwei > Peng to become a committer, and we are pleased to announce that he has &

Re: [ANNOUNCE] Stamatis Zampetakis joins Calcite PMC

2019-04-27 Thread Michael Mior
Congratulations Stamatis and thanks for all you've done! -- Michael Mior mm...@apache.org Le ven. 26 avr. 2019 à 22:44, Francis Chuang a écrit : > > I'm pleased to announce that Stamatis has accepted an invitation to > join the Calcite PMC. Stamatis has been a consistent and helpful

Re: [ANNOUNCE] New committers: Ruben Quesada Lopez

2019-04-27 Thread Michael Mior
Welcome Ruben! -- Michael Mior mm...@apache.org Le ven. 26 avr. 2019 à 22:39, Francis Chuang a écrit : > > > Apache Calcite's Project Management Committee (PMC) has invited Ruben > Quesada Lopez to become a committer, and we are pleased to announce that > he has accepted. &g

Re: [ANNOUNCE] New committers: Chunwei Lei

2019-04-27 Thread Michael Mior
Congratulations and welcome Chunwei! -- Michael Mior mm...@apache.org Le ven. 26 avr. 2019 à 22:34, Francis Chuang a écrit : > > Apache Calcite's Project Management Committee (PMC) has invited Chunwei > Lei to become a committer, and we are pleased to announce that he has > accept

Re: [VOTE] Release apache-calcite-avatica-1.14.0 (release candidate 0)

2019-04-27 Thread Michael Mior
+1 Checked hashes and signatures and compiled and ran tests. Thanks Francis! -- Michael Mior mm...@apache.org Le jeu. 25 avr. 2019 à 18:18, Francis Chuang a écrit : > > Hi all, > > I have created a build for Apache Calcite Avatica 1.14.0, release > candidate 0. > > Thank

Re: Calcite fuzz testing

2019-04-26 Thread Michael Mior
It would be interesting if the Tracehash author had a source of bug reports identified as duplicates along with stack traces to see how well it works in practice. At this point, it seems like it's just a heuristic based on an opinion of what's important. -- Michael Mior mm...@apache.org Le ven

Re: Calcite fuzz testing

2019-04-26 Thread Michael Mior
.) Since it takes up minimal space, I would be open to considering including it in stack traces. -- Michael Mior mm...@apache.org Le ven. 26 avr. 2019 à 14:36, Vladimir Sitnikov a écrit : > > Let me post a couple of links I've came across today (it comes out of this > Twitter thre

Re: Function sets (aka flavor and dialect)

2019-04-26 Thread Michael Mior
epts could be merged. -- Michael Mior mm...@apache.org Le ven. 26 avr. 2019 à 14:14, Julian Hyde a écrit : > > There’s a discussion in https://issues.apache.org/jira/browse/CALCITE-2846 > <https://issues.apache.org/jira/browse/CALCITE-2846> about reorganizing the >

Re: Google BigQuery - zetasql parser/analyzer

2019-04-26 Thread Michael Mior
will generally be welcomed :) -- Michael Mior mm...@apache.org Le jeu. 25 avr. 2019 à 23:39, Lai Zhou a écrit : > > Good news. > I found Julian created a new issue about various sql parsing. > https://issues.apache.org/jira/browse/CALCITE-3022 > I think it may be helpful to supp

Re: a new adapter for Apache Kafka

2019-04-24 Thread Michael Mior
codebase, I would encourage you to publish it as a separate package anyway. -- Michael Mior mm...@apache.org Le mer. 24 avr. 2019 à 08:07, Andrei Sereda a écrit : > > Hi Mingmin, > > I'm happy to review it. > > Before would like to confirm with this list that they're OK adding ne

Re: Connecting Calcite with Apache Phoenix

2019-04-17 Thread Michael Mior
This dependency is due to files which were automatically generated with version 3 of the protobuf. You should hopefully be able to regenerate these files with version 2 to remove the dependency. -- Michael Mior mm...@apache.org Le mer. 17 avr. 2019 à 03:56, Rakesh Nair <1994hsekar1...@gmail.

Re: [DISCUSS] Draft board report for April 2019

2019-04-01 Thread Michael Mior
Looks good Francis! Doesn't need to be in the report, but I do like that I can now easily rebase and merge PRs right from the GitHub web interface after seeing passing Travis tests. For smallish PRs, I find that means I don't even need to check out a copy of the code. -- Michael Mior mm

Re: [DISCUSS] Automated website builds for Calcite projects

2019-04-01 Thread Michael Mior
I'm not sure how the builds were set up initially, but AFAIK all the configuration is in the control panel nd not in the repo. Would be great to have this automated :) -- Michael Mior mm...@apache.org Le dim. 31 mars 2019 à 19:07, Francis Chuang a écrit : > > While moving the website rep

Re: reuse of relational expressions

2019-03-28 Thread Michael Mior
you're proposing. In any case, I'm happy to see the discussion starting again on this! -- Michael Mior mm...@apache.org Le mar. 26 mars 2019 à 08:02, Roger Shi a écrit : > Hi, > > I'm investigating how to consider relational expression reuse in Volcano > cost model. CALCI

<    1   2   3   4   5   6   7   8   >