Re: [DISCUSS] Avatica 1.16.0 dockerfiles broken. Release 1.17.0?

2019-12-20 Thread Francis Chuang
The broken dockerfiles are really trivial to fix and one of the reasons I'd like to fix them and release 1.17.0 is so that I can add 1.17.0 as a test target for Avatica-Go before releasing Avatica-Go 5.0.0. In addition to fixing the dockerfiles, we should: - Agree on whether we need to release

Re: [DISCUSS] Avatica 1.16.0 dockerfiles broken. Release 1.17.0?

2019-12-20 Thread Rui Wang
I am less familiar with the broken docker stuff. Depending on how people think about it: If it is not a big problem, one thing could be done is to include it into the release notes with a section that mentions it (I have seen such practice before). -Rui On Fri, Dec 20, 2019 at 8:53 AM Stamatis

Re: [DISCUSS] Restart the work of introducing TIME/TIMESTAMP WITH TIME ZONE types to Calcite

2019-12-20 Thread Rui Wang
In general, I incline to a solution of saving timestamp with time zone by [long + a format of time zone]. The long is the epoch millis in UTC and the time zone is the original zone of the value. Using UTC epoch millis will simplify comparison and make instant semantic based functions reusable.

Re: [ANNOUNCE] New Calcite PMC chair: Stamatis Zampetakis

2019-12-20 Thread Stamatis Zampetakis
Thank you guys! Your kind words in this and the other related threads have made me extremely happy and more motivated than ever. I was lucky to witness the actions of some great chairs till now so I will try to follow their example and help the project as much as I can in the year that comes.

Re: [DISCUSS] Avatica 1.16.0 dockerfiles broken. Release 1.17.0?

2019-12-20 Thread Stamatis Zampetakis
First of all many thanks Francis for the release of 1.16.0. Being at the same time RM, contributor, and beta tester of the Gradle release build was definitely not easy :) Also special thanks to Vladimir who spend a lot of time polishing the new build system and helping in the resolution of the

Re: [ANNOUNCE] New Calcite PMC chair: Stamatis Zampetakis

2019-12-20 Thread Hongze Zhang
Congratulations, Stamatis! Hongze At 2019-12-20 18:38:12, "Jesus Camacho Rodriguez" wrote: >Congrats Stamatis! Well deserved! > >-Jesús > >On Thu, Dec 19, 2019 at 8:51 PM Julian Hyde wrote: > >> Glad to have you as the new chair, Stamatis! You have been a mature, >> helpful and moderating

Re: [DISCUSS] Restart the work of introducing TIME/TIMESTAMP WITH TIME ZONE types to Calcite

2019-12-20 Thread Zhenghua Gao
Hi I did some research for the storage type for TIME/TIMESTAMP WITH TIME ZONE types, and want to share some ideas for discussion: - There are three types of time zone information for both java.sql.TimeZone and java.time.ZoneId - Region-based time zone, such as: Asia/Shanghai,

Re: [ANNOUNCE] New Calcite PMC chair: Stamatis Zampetakis

2019-12-20 Thread Jesus Camacho Rodriguez
Congrats Stamatis! Well deserved! -Jesús On Thu, Dec 19, 2019 at 8:51 PM Julian Hyde wrote: > Glad to have you as the new chair, Stamatis! You have been a mature, > helpful and moderating voice in the community for quite some time. Well > deserved. > > Francis, thank you for serving as chair.

[jira] [Created] (CALCITE-3621) JDBC adapter can't push down sort to DB

2019-12-20 Thread Lei Jiang (Jira)
Lei Jiang created CALCITE-3621: -- Summary: JDBC adapter can't push down sort to DB Key: CALCITE-3621 URL: https://issues.apache.org/jira/browse/CALCITE-3621 Project: Calcite Issue Type: Bug

[jira] [Created] (CALCITE-3620) Remove implicit lateral operator for temporal table join

2019-12-20 Thread Danny Chen (Jira)
Danny Chen created CALCITE-3620: --- Summary: Remove implicit lateral operator for temporal table join Key: CALCITE-3620 URL: https://issues.apache.org/jira/browse/CALCITE-3620 Project: Calcite

[jira] [Created] (CALCITE-3619) Support TIMESTAMP_WITH_TIME_ZONE in CAST

2019-12-20 Thread Rui Wang (Jira)
Rui Wang created CALCITE-3619: - Summary: Support TIMESTAMP_WITH_TIME_ZONE in CAST Key: CALCITE-3619 URL: https://issues.apache.org/jira/browse/CALCITE-3619 Project: Calcite Issue Type: Sub-task

[jira] [Created] (CALCITE-3618) WindowedAggRelSplitter.isDependent is incorrect

2019-12-20 Thread Li Xian (Jira)
Li Xian created CALCITE-3618: Summary: WindowedAggRelSplitter.isDependent is incorrect Key: CALCITE-3618 URL: https://issues.apache.org/jira/browse/CALCITE-3618 Project: Calcite Issue Type: Bug