[jira] [Created] (CALCITE-4077) Exception when joined with table-valued function

2020-06-21 Thread duli (Jira)
duli created CALCITE-4077: - Summary: Exception when joined with table-valued function Key: CALCITE-4077 URL: https://issues.apache.org/jira/browse/CALCITE-4077 Project: Calcite Issue Type:

Re: Question about timestampdiff

2020-06-21 Thread Rui Wang
I think it is because there is no clear mapping for how to convert a month (and then same to year) in interval to seconds/milliseconds. Does a month have 30 days, 31 days, 28 days or 29 days? (Probably can find an answer in SQL standard). -Rui On Sun, Jun 21, 2020 at 4:00 PM Rommel

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

2020-06-21 Thread Danny Chan
Thanks for the great work, Francis ~ Best, Danny Chan 在 2020年6月22日 +0800 AM7:11,Francis Chuang ,写道: > Thanks to everyone who has tested the release candidate and given their > comments and votes. > > The tally is as follows. > > 3 binding +1s: > Francis Chuang > Julian Hyde > Stamatis Zampetakis

[jira] [Created] (CALCITE-4076) Test against avatica 1.17.0

2020-06-21 Thread Francis Chuang (Jira)
Francis Chuang created CALCITE-4076: --- Summary: Test against avatica 1.17.0 Key: CALCITE-4076 URL: https://issues.apache.org/jira/browse/CALCITE-4076 Project: Calcite Issue Type: Task

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

2020-06-21 Thread Francis Chuang
Thanks to everyone who has tested the release candidate and given their comments and votes. The tally is as follows. 3 binding +1s: Francis Chuang Julian Hyde Stamatis Zampetakis No 0s or -1s. Therefore, I am delighted to announce that the proposal to release Apache Calcite Avatica 1.17.0

Question about timestampdiff

2020-06-21 Thread Rommel Quintanilla
Hi, I'm investigating the behavior of the functions timestampdiff with different time-units. I found that in the case of the time-units: second, minute, hour, and day, the logical plan returned by Calcite is consistent. Since the input is a timestamp in milliseconds, in the same way, the