Re: JIRAs and Pull Requests Cleanup

2019-03-01 Thread Michael Mior
s you have assigned to yourself to make sure none of them fall through the cracks. Sometimes I have a small amount of time I can carve out to review a couple PRs and the quicker I can find ones that aren't already "spoken for", the better. -- Michael Mior mm...@apache.org Le jeu. 2

Re: Where is Calcite's Roadmap?

2019-03-05 Thread Michael Mior
ker[1]. [0] https://mail-archives.apache.org/mod_mbox/calcite-dev/201811.mbox/%3CCA%2BEpF8vOgquOwR6gssQ2nL5DaedwLoPKUO-kaynXXh9UWYP4mg%40mail.gmail.com%3E [1] https://issues.apache.org/jira/projects/CALCITE/issues/ -- Michael Mior mm...@apache.org Le lun. 4 mars 2019 à 21:50, vino yang a

Re: JIRA Permissions to create 1.20.0 version?

2019-03-07 Thread Michael Mior
Strange. You're already an admin so you should have permissions. In any case, I created the new release. -- Michael Mior mm...@apache.org Le jeu. 7 mars 2019 à 08:47, Kevin Risden a écrit : > > I was looking to move 1.19.0 issues that aren't ready to 1.20.0, but don't >

Re: CALCITE-2905: Maven -> Gradle: any thoughts

2019-03-10 Thread Michael Mior
ng regular Calcite development. -- Michael Mior mm...@apache.org Le dim. 10 mars 2019 à 05:35, Vladimir Sitnikov a écrit : > > Hi, > > I wonder what you think of migrating Maven to Gradle. > > I think one of the main points for having Gradle would be: > 1) Eliminate "mvn

Re: CALCITE-2905: Maven -> Gradle: any thoughts

2019-03-11 Thread Michael Mior
-an-ide-for-contributing -- Michael Mior mm...@apache.org Le lun. 11 mars 2019 à 12:17, Zoltan Haindrich a écrit : > > I'm happy that this have came up - I think Gradle is much more transparent > than Maven in general; with no "built-in" limitations > My experience wit

Re: Parantheses in RelBuilder?

2019-03-14 Thread Michael Mior
You don't explicitly create parenthesis. You just need to construct the conditions in the right order. Just construct the two parts of your OR separately and then create a new RexCall node with the OR operator where you pass in each of the two RexNodes you want to compare. -- Michael Mi

Re: [ANNOUNCE] New committer: Stamatis Zampetakis

2019-03-14 Thread Michael Mior
I just noticed that Stamatis was never added to the community page site. Stamatis, feel free to add yourself once the freeze for the current release is over. Otherwise, I'm happy to do so. -- Michael Mior mm...@apache.org Le mer. 30 janv. 2019 à 13:01, Jesus Camacho Rodriguez a

Re: [ANNOUNCE] New committer: Stamatis Zampetakis

2019-03-14 Thread Michael Mior
No problem. I'll leave that to you then once the release is done :) Thanks! -- Michael Mior mm...@apache.org Le jeu. 14 mars 2019 à 19:03, Stamatis Zampetakis a écrit : > > Thanks for noticing Michael. > > Actually, I started doing it at some point but then there were > inc

Re: [VOTE] Release apache-calcite-1.19.0 (release candidate 1)

2019-03-15 Thread Michael Mior
+1 (binding) checked hashes and signature, compiled and ran tests and a RAT check. -- Michael Mior mm...@apache.org Le ven. 15 mars 2019 à 10:38, Kevin Risden a écrit : > > Hi all, > > I have created a build for Apache Calcite 1.19.0, release candidate 1. > > Thanks t

Re: Druid/MongoDB Integration test failures was: [VOTE] Release apache-calcite-1.19.0 (release candidate 1)

2019-03-18 Thread Michael Mior
Thanks Kevin! Given that it seems like these failures existed in the 1.18.0 release and they do not appear to be bugs in Calcite, but rather stale tests, I would be inclined to go ahead with the release. -- Michael Mior mm...@apache.org Le lun. 18 mars 2019 à 17:58, Kevin Risden a écrit

Re: Conditionally Adding Item to a Map

2019-03-21 Thread Michael Mior
The only way I can think of the top of my head is to use a CASE statement and construct the map differently based on the value of c. -- Michael Mior mm...@apache.org Le mer. 20 mars 2019 à 14:45, Shahar Cizer Kobrinsky a écrit : > > Hey All, > > New to Calcite, trying to expr

Re: Join, SemiJoin, Correlate

2019-03-25 Thread Michael Mior
Without fully thinking through the implications of this, I personally like option 4. I think it's nice to be able to keep the distinction. That said, the consensus seems to lean towards option 3 which also sounds acceptable. -- Michael Mior mm...@apache.org Le jeu. 21 mars 2019 à 14:55, J

Re: [ANNOUNCE] New committers: Haisheng Yuan

2019-03-25 Thread Michael Mior
Congratulations and welcome Haisheng! -- Michael Mior mm...@apache.org Le lun. 25 mars 2019 à 19:35, Haisheng Yuan a écrit : > > Thank you for the introduction. > > I am currently working on Alibaba MaxCompute query engine, which uses Calcite > for cost-based query optimizati

Re: [ANNOUNCE] New committers: Hongze Zhang

2019-03-25 Thread Michael Mior
Thanks for all your work and welcome Hongze! -- Michael Mior mm...@apache.org Le lun. 25 mars 2019 à 20:51, Hongze Zhang a écrit : > > Thank you very much for your introduction (And no apology necessary :) ), > Francis ! And thank you all for the kind words. > > I am curre

Re: [DISCUSS] Move site repositories from svn to gitbox

2019-03-26 Thread Michael Mior
Thanks for tracking this Kevin! -- Michael Mior mm...@apache.org Le mar. 26 mars 2019 à 08:18, Kevin Risden a écrit : > > Actually just followed up with infra. The gitpubsub hook should be enabled > in the next ~hour or less when puppet runs. I will hold off on the SVN > change and m

Re: Site branch

2019-03-27 Thread Michael Mior
LGTM. Thanks for sorting this out! -- Michael Mior mm...@apache.org Le mer. 27 mars 2019 à 19:12, Julian Hyde a écrit : > > I saw that Stamatis just did “git push origin a9687de81:site”. That’s > somewhat of an improvement, because it removes the merge commit, but it > introduces a

Re: reuse of relational expressions

2019-03-28 Thread Michael Mior
understand what 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

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 websit

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. -- Micha

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: Connecting Calcite with Apache Phoenix

2019-04-17 Thread Michael Mior
I took a closer look at this myself and it's more complicated than I was hoping. You might be able to work with the shaded JAR instead. https://mvnrepository.com/artifact/org.apache.calcite.avatica/avatica -- Michael Mior mm...@apache.org Le mer. 17 avr. 2019 à 17:50, Rakesh Nair <199

Re: a new adapter for Apache Kafka

2019-04-24 Thread Michael Mior
in Calcite 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: Google BigQuery - zetasql parser/analyzer

2019-04-26 Thread Michael Mior
f SQL 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

Re: Function sets (aka flavor and dialect)

2019-04-26 Thread Michael Mior
e two concepts 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 &g

Re: Calcite fuzz testing

2019-04-26 Thread Michael Mior
here.) 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 > Tw

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.o

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: [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 > a

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 accepte

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

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

[DISCUSS] Towards Calcite 1.20.0

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

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

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: 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 Mi

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

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: 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

Re: JIRA Calcite dashboards

2019-05-26 Thread Michael Mior
configured 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 > h

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: [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 Micha

Re: [DISCUSS] Towards Calcite 1.20.0

2019-05-31 Thread Michael Mior
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 re

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

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

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.

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 j

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-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, EnumerableSemiJoin,

Re: [DISCUSS] Towards Calcite 1.20.0

2019-06-15 Thread Michael Mior
Sorry for being sluggish getting the release out. Unfortunately I discovered that I can't seem to mount my signing key on macOS. I'll try to get rc0 out first thing Monday. PS - Enjoy the well-deserved getaway Julian! -- Michael Mior mm...@apache.org Le ven. 14 juin 2019 à 22:26, Fran

Re: [DISCUSS] Towards Calcite 1.20.0

2019-06-18 Thread Michael Mior
w key. 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,Mi

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, &

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 qu

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

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 &

[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 rea

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

2019-06-19 Thread Michael Mior
have 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 si

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-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-21 Thread Michael Mior
ongze Zhang wrote: > > > +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 > > > >

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 contrib

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

2019-06-23 Thread Michael Mior
e RFC 2119 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 "f

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 > http://fontawesom

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

[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: Release 1.20 and release notes

2019-06-24 Thread Michael Mior
wo. A big thank you to all who 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 s

Re: Release 1.20 and release notes

2019-06-24 Thread Michael Mior
d, the author can 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 M

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 au

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 à

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

Re: Giving the Calcite logo some love

2019-06-25 Thread Michael Mior
https://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

Re: Release 1.20 and release notes

2019-06-26 Thread Michael Mior
That said, 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/Cygw

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-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

[VOTE] Calcite logo selection

2019-06-28 Thread Michael Mior
uch better 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: 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, > >

[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-02 Thread Michael Mior
cated. How 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 lu

Re: Avatica: Gradle vs LICENSE formatting

2019-07-02 Thread Michael Mior
st be more Java? -- 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 a

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 put

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

2019-07-02 Thread Michael Mior
dding 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...

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 di

Re: [RESULT][VOTE] Calcite logo selection

2019-07-02 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

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...@apach

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 tha

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: 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
+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: > >

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: 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 Gelb

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 > wil

Re: Add "IN REVIEW" state in JIRA Workflow

2019-07-23 Thread Michael Mior
time 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 s

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 talking

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

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 revie

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

2019-07-30 Thread Michael Mior
hould implement 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 : > > Juli

Introduction and question on lattices and adapters

2016-01-20 Thread Michael Mior
ic to enable the use of vanilla HBase. Thanks! Cheers, -- Michael Mior mm...@uwaterloo.ca http://michael.mior.ca/

Re: Introduction and question on lattices and adapters

2016-01-20 Thread Michael Mior
particular documentation you can point to that you think would be helpful, do let me know! Cheers, -- Michael Mior mm...@uwaterloo.ca 2016-01-20 16:37 GMT-05:00 James Taylor : > Hi Michael, > We'd love for you to get involved on the Phoenix on Calcite work. I'd be >

Re: Introduction and question on lattices and adapters

2016-01-21 Thread Michael Mior
imizer from Calcite makes this task much more approachable. Cheers, -- Michael Mior mm...@uwaterloo.ca 2016-01-20 18:34 GMT-05:00 James Taylor : > Yes, this is a good fit for the current plans of Phoenix + Calcite. We > actually model secondary indexes as materialized views. We're inter

Re: Introduction and question on lattices and adapters

2016-01-21 Thread Michael Mior
Thanks for the reply Hongbin! I'm going to be looking more into Kylin and I'll drop in on the Kylin mailing list once I've had a chance to get a better feel for how this might fit in with some of the other work I'm doing. Cheers, -- Michael Mior mm...@uwaterloo.ca 2016-0

Re: Introduction and question on lattices and adapters

2016-01-21 Thread Michael Mior
Rajat, I'll take a look at Quark. (I'm assuming this is the project you're referring to: https://github.com/qubole/quark). I'll drop you a line if I have any questions. Thanks! Cheers, -- Michael Mior mm...@uwaterloo.ca 2016-01-21 2:04 GMT-05:00 Rajat Venkatesh : > Hi Mi

<    1   2   3   4   5   6   7   8   9   >