Re: [ANNOUNCE] New committer: Sergey Nuyanzin

2018-07-20 Thread Francis Chuang
Congrats, Sergey! On 21/07/2018 10:45 AM, Michael Mior wrote: Congratulations Sergey and thank you for your continued contributions! -- Michael Mior mm...@apache.org Le ven. 20 juil. 2018 à 19:19, Julian Hyde a écrit : The PMC has just invited Sergey Nuyanzin to be a committer, and he has

Re: [ANNOUNCE] New committer: Sergey Nuyanzin

2018-07-20 Thread Michael Mior
Congratulations Sergey and thank you for your continued contributions! -- Michael Mior mm...@apache.org Le ven. 20 juil. 2018 à 19:19, Julian Hyde a écrit : > > The PMC has just invited Sergey Nuyanzin to be a committer, and he has > accepted. Over the past few months, Sergey has made several >

[ANNOUNCE] New committer: Sergey Nuyanzin

2018-07-20 Thread Julian Hyde
The PMC has just invited Sergey Nuyanzin to be a committer, and he has accepted. Over the past few months, Sergey has made several contributions toe Avatica, to Calcite's built-in functions, and to the JDBC adapter. Sergey, welcome! Feel free to tell us a little about yourself. Julian

[jira] [Created] (CALCITE-2423) Intermittent failure of CassandraAdapterIT#testMaterializedView

2018-07-20 Thread Michael Mior (JIRA)
Michael Mior created CALCITE-2423: - Summary: Intermittent failure of CassandraAdapterIT#testMaterializedView Key: CALCITE-2423 URL: https://issues.apache.org/jira/browse/CALCITE-2423 Project: Calcite

Re: Site branch merge

2018-07-20 Thread Michael Mior
I actually didn't make any changes since you sent your message (site still contains a merge commit). I'm happy with whatever direction others want to take. -- Michael Mior mm...@apache.org Le ven. 20 juil. 2018 à 18:32, Julian Hyde a écrit : > > Thanks for the tip, Andrew. I’ll give that a try.

Re: Site branch merge

2018-07-20 Thread Andrew Pilloud
git log --simplify-merges is probably what you are looking for. Merges are a important tool in busy public repos. On Fri, Jul 20, 2018 at 2:49 PM Michael Mior wrote: I'm fine with that. I can always reset and do a force push. -- Michael Mior mm...@apache.org Le ven. 20 juil. 2018 à 14:38,

Re: Site branch merge

2018-07-20 Thread Michael Mior
I'm fine with that. I can always reset and do a force push. -- Michael Mior mm...@apache.org Le ven. 20 juil. 2018 à 14:38, Julian Hyde a écrit : > > Michael, > > I saw you merged the site branch. I had been thinking of instead doing a > rebase. > > I did a test rebase a few days ago and was

Re: Site branch merge

2018-07-20 Thread Vladimir Sitnikov
>In my opinion, merge commits are fine in personal repos but they are not great in public repos because they usually obfuscate history >In this case, I think ‘git checkout site; git rebase origin/master; git push origin site’ would have been better. +1 Vladimir

Site branch merge

2018-07-20 Thread Julian Hyde
Michael, I saw you merged the site branch. I had been thinking of instead doing a rebase. I did a test rebase a few days ago and was pleased to see that it went smoothly — meaning that every commit in “site” had also been made to “master” — and it ended up pointing to the same commit as

Re: Calcite adapter for Cosmos DB ...

2018-07-20 Thread Julian Hyde
Rohit, You sent one message at midnight, and another at 8am. Please be a bit more patient. There is no 24x7 platinum support for this project, and please remember that the support engineers earn $0 per hour. Also, you should subscribe to the dev list. Your messages were sitting awaiting

Re: Several pages at calcite.apache.org are unavailable

2018-07-20 Thread Julian Hyde
When I push the site I have to remember to do adds and deletes (e.g. javadoc for classes that have been moved or renamed). I execute ‘svn status’ and look for lines starting ‘?’. > On Jul 20, 2018, at 10:46 AM, Michael Mior wrote: > > Interesting. I pushed my update to the site and

Re: Calcite adapter for Cosmos DB ...

2018-07-20 Thread Rohit Koimattur
Could you please respond to the query? Thanks Rohit On Thu, Jul 19, 2018 at 11:54 PM Rohit Koimattur wrote: > Hi, > > I am working for Citrix here at Santa Clara, wherein we are building a > security analytics cloud based solution for various Citrix products. > > As part of that we intend to

Re: User defined functions

2018-07-20 Thread Michael Mior
I'm not sure if this is implemented by Oracle, but there is DatabaseMetaData#getFunctions. https://docs.oracle.com/javase/7/docs/api/java/sql/DatabaseMetaData.html#getFunctions(java.lang.String,%20java.lang.String,%20java.lang.String) -- Michael Mior mm...@apache.org Le ven. 20 juil. 2018 à

Re: Calcite adapter for Cosmos DB ...

2018-07-20 Thread Michael Mior
As far as I'm aware, there is no adapter for Cosmos DB nor is any in development. We'd be happy to accept a contribution if you decide to write one :) However, given that Cosmos DB already has a SQL API (https://docs.microsoft.com/en-us/azure/cosmos-db/sql-api-introduction) it's not clear to me

Re: User defined functions

2018-07-20 Thread Julian Hyde
Someone would need to modify the JDBC adapter so that if it connects to Oracle it would interrogate Oracle’s catalog to find the UDFs in Oracle. I don’t know if there’s a way to find UDFs generically (i.e. that relies only on JDBC, not knowing what flavor of database you are connecting to). >

Calcite adapter for Cosmos DB ...

2018-07-20 Thread Rohit Koimattur
Hi, I am working for Citrix here at Santa Clara, wherein we are building a security analytics cloud based solution for various Citrix products. As part of that we intend to use Calcite SQL Query processor for Cosmos DB. I didn't find a corresponding adapter for the same. Just like how Calcite

Re: Several pages at calcite.apache.org are unavailable

2018-07-20 Thread Michael Mior
Interesting. I pushed my update to the site and everything seems fine for me. I noticed that the generated HTML for the latest release was not present in SVN. Perhaps you forgot to do an svn add? -- Michael Mior mm...@apache.org Le ven. 20 juil. 2018 à 13:35, Vova Vysotskyi a écrit : > > I

Re: Several pages at calcite.apache.org are unavailable

2018-07-20 Thread Vova Vysotskyi
I committed to SVN, but not all pages were pushed. Пт, 20 лип. 2018 20:30 користувач Michael Mior пише: > Do you mean you pushed to the git repository and pages didn't update > on the site or you committed to SVN and the pages you committed didn't > update? > > -- > Michael Mior >

Re: Several pages at calcite.apache.org are unavailable

2018-07-20 Thread Michael Mior
Do you mean you pushed to the git repository and pages didn't update on the site or you committed to SVN and the pages you committed didn't update? -- Michael Mior mm...@uwaterloo.ca Le ven. 20 juil. 2018 à 12:56, Volodymyr Vysotskyi a écrit : > > Hi all, > > Thanks Sergey for pointing out this

[jira] [Created] (CALCITE-2422) Query with unnest of column from nested subquery fails when dynamic table is used

2018-07-20 Thread Volodymyr Vysotskyi (JIRA)
Volodymyr Vysotskyi created CALCITE-2422: Summary: Query with unnest of column from nested subquery fails when dynamic table is used Key: CALCITE-2422 URL:

Re: Several pages at calcite.apache.org are unavailable

2018-07-20 Thread Volodymyr Vysotskyi
Hi all, Thanks Sergey for pointing out this issue and thanks Michael for looking into the problem. I broke it when deployed the site after the release, sorry for that. I ran site locally and checked this page on my machine before pushing, and all worked fine locally. For some reason, these pages

Re: Several pages at calcite.apache.org are unavailable

2018-07-20 Thread Michael Mior
It looks like this builds correctly on my machine. Now that the release is out, I assume we can merge the master branch into site? If I hear no objections, I'll do so and redeploy and hopefully that fixes things. We'll have to keep an eye on this and hopefully someone who experiences the problem

Re: Several pages at calcite.apache.org are unavailable

2018-07-20 Thread Michael Mior
Thanks for pointing this out Sergey! It looks like at least some of those are due to a build which misinterpreted the time zone in the article timestamp causing a URL to be generated with the wrong date. I'm taking a look now. -- Michael Mior mm...@apache.org Le ven. 20 juil. 2018 à 12:03, Sergey

Several pages at calcite.apache.org are unavailable

2018-07-20 Thread Sergey Nuyanzin
Hello everyone Just faced several issues with the site cacite.apache.org there are some links are unavailable from the main page (I checked only from the main) here it is the list of broken pages -- Release 1.17.0 (At the same time the page is available at

Re: User defined functions

2018-07-20 Thread Stamatis Zampetakis
Hello Subbarao, I am not sure, I understand what you want to achieve. I suppose you are using the JdbcSchema (directly or indirectly), most likely through the JDBC Adapter. If that's the case then probably the reason that you don't see the user-defined functions is that the getFunctions() method