Re: Towards Avatica 1.9

2016-10-11 Thread Josh Elser
I'd like to finish up two issues: https://issues.apache.org/jira/browse/CALCITE-1050 ARRAY support. I think this one is close. I need to write more tests. I am aiming to commit this week. https://issues.apache.org/jira/browse/CALCITE-1355 Protobuf-java upgrade. Since there is a stable releas

[jira] [Created] (CALCITE-1433) avatica-server module depends on non-existent avatica test-jar

2016-10-11 Thread Laurent Goujon (JIRA)
Laurent Goujon created CALCITE-1433: --- Summary: avatica-server module depends on non-existent avatica test-jar Key: CALCITE-1433 URL: https://issues.apache.org/jira/browse/CALCITE-1433 Project: Calci

Towards Avatica 1.9

2016-10-11 Thread Julian Hyde
Over 20 commits and 4 months since the last Avatica release. Is it about time we had another? Does anyone have any time constraints (must be done before X; or must be done after Y; or please wait until I’ve had chance to fix bugs Z1 and Z2)? See the tracking JIRA case, https://issues.apache.org

Is there a canonical/native example to use Calcite?

2016-10-11 Thread Sand Stone
I am a Calcite newbie. I try to bind a simple data store directly with Calcite, i.e. without going through all the adapter layer. By browsing through portions of the code, I think the test util SqlToRelTestBase seems to be the best example. Is there any other stand alone example? Also is there a

Re: After release 1.10

2016-10-11 Thread Julian Hyde
Thanks - they’re in: https://github.com/apache/calcite/commits/master > On Oct 11, 2016, at 11:43 AM, Jesus Camacho Rodriguez > wrote: > > I have just merged branch-1.10 back into master. > > Go ahead! > Jesús > > > > > > On 10/11/16, 7:

RE: Setting up Wercker continuous integration for Calcite

2016-10-11 Thread Francis Chuang
Hi Pono, Thank you for bringing that to my information. Ultimately, we want to be able to run tests for Github pull requests, similar to kafka: https://github.com/apache/kafka/pull/2012. I understand that Calcite already has Jenkins setup. What would be required to set up the ASFBot to build P

Re: Setting up Wercker continuous integration for Calcite

2016-10-11 Thread Pono Takamori
Wercker has the same problem a lot of Github integration services do, in that it needs write access to the repo in order to edit hooks, etc. This is a non-starter for us as we cannot allow write access to ASF repos from third parties. The test you mention of maintaining a fork and running against

Re: RFC: Adding Double Colon Cast Syntax

2016-10-11 Thread Jacques Nadeau
I opened https://issues.apache.org/jira/browse/CALCITE-1432 to track any progress. Jordan, do you mind sharing your code there? Julien: I don't remember offhand which db2 supports this. I feel like it may have formed part of the basis for their JSON/Mongo integration a few years ago but this is a

[jira] [Created] (CALCITE-1432) Add support for double colon cast e.g. '1'::INTEGER

2016-10-11 Thread Jacques Nadeau (JIRA)
Jacques Nadeau created CALCITE-1432: --- Summary: Add support for double colon cast e.g. '1'::INTEGER Key: CALCITE-1432 URL: https://issues.apache.org/jira/browse/CALCITE-1432 Project: Calcite

Setting up Wercker continuous integration for Calcite

2016-10-11 Thread francischuang
Hello, We have discovered that Travis has some resource limitations that prevents tests for Calcite to run in a reliable manner. We have tested Wercker on a fork and it is much more reliable and stable. We would like to request the infrastructure team make the following changes to the Calc

[jira] [Created] (CALCITE-1431) RelDataTypeFactoryImpl.copyType() did not copy StructKind

2016-10-11 Thread Maryann Xue (JIRA)
Maryann Xue created CALCITE-1431: Summary: RelDataTypeFactoryImpl.copyType() did not copy StructKind Key: CALCITE-1431 URL: https://issues.apache.org/jira/browse/CALCITE-1431 Project: Calcite

Re: After release 1.10

2016-10-11 Thread Jesus Camacho Rodriguez
I have just merged branch-1.10 back into master. Go ahead! Jesús On 10/11/16, 7:37 PM, "Julian Hyde" wrote: >Jesus, > >Many thanks for being release manager again. Another job well done. > >Is master branch open for commits? I have a big stack of pull requests to >commit when it’s open. Bu

After release 1.10

2016-10-11 Thread Julian Hyde
Jesus, Many thanks for being release manager again. Another job well done. Is master branch open for commits? I have a big stack of pull requests to commit when it’s open. But maybe you have some tweaks to the release notes or web site after the release? Let me know. Julian

[RESULT] [VOTE] Release apache-calcite-1.10.0 (release candidate 1)

2016-10-11 Thread Jesus Camachorodriguez
Thanks to everyone who has tested the release candidate and given their comments and votes. The tally is as follows. 3 binding +1s: Julian Jacques Jesús 1 non-binding +1s: Jungtaek Lim No 0s or -1s. Therefore I am delighted to announce that the proposal to release Apache Calcite 1.10.0 has pas

[jira] [Created] (CALCITE-1430) Error of deciding pagingIdentifiers in select query for Druid

2016-10-11 Thread Jiarong Wei (JIRA)
Jiarong Wei created CALCITE-1430: Summary: Error of deciding pagingIdentifiers in select query for Druid Key: CALCITE-1430 URL: https://issues.apache.org/jira/browse/CALCITE-1430 Project: Calcite

[jira] [Created] (CALCITE-1429) Error of deciding pagingIdentifiers in select query for Druid

2016-10-11 Thread Jiarong Wei (JIRA)
Jiarong Wei created CALCITE-1429: Summary: Error of deciding pagingIdentifiers in select query for Druid Key: CALCITE-1429 URL: https://issues.apache.org/jira/browse/CALCITE-1429 Project: Calcite

Re: [DISCUSS] Draft board report

2016-10-11 Thread Michael Mior
+1 Here as well! 2016-10-10 17:40 GMT-04:00 Julian Hyde : > Calcite community, > > Please review the draft report for the board meeting on Wed Oct 19th. > > Julian > > —— > > > > Attachment L: Report from the Apache Calcite Project [Julian Hyde] > > ## Description: > > Apache Calcite is a highly

[jira] [Created] (CALCITE-1428) Inefficient execution plan of SELECT and LIMIT for Druid

2016-10-11 Thread Jiarong Wei (JIRA)
Jiarong Wei created CALCITE-1428: Summary: Inefficient execution plan of SELECT and LIMIT for Druid Key: CALCITE-1428 URL: https://issues.apache.org/jira/browse/CALCITE-1428 Project: Calcite

[jira] [Created] (CALCITE-1427) Code generation incorrect (does not compile) for DATE, TIME and TIMESTAMP fields

2016-10-11 Thread Jan Van Besien (JIRA)
Jan Van Besien created CALCITE-1427: --- Summary: Code generation incorrect (does not compile) for DATE, TIME and TIMESTAMP fields Key: CALCITE-1427 URL: https://issues.apache.org/jira/browse/CALCITE-1427