On vacation

2019-07-20 Thread Julian Hyde
I’m on vacation for the next 7 days. Don’t expect (or even hope) that I will review any PRs. There’s always a chance that I will comment on bugs... because it’s useful to point people in the right direction before they start writing code. Julian

[jira] [Created] (CALCITE-3205) Identifier quote string of postgresql is not correct

2019-07-20 Thread weibin0516 (JIRA)
weibin0516 created CALCITE-3205: --- Summary: Identifier quote string of postgresql is not correct Key: CALCITE-3205 URL: https://issues.apache.org/jira/browse/CALCITE-3205 Project: Calcite Issue

[jira] [Created] (CALCITE-3204) Implement jps command for OS adapter

2019-07-20 Thread Forward Xu (JIRA)
Forward Xu created CALCITE-3204: --- Summary: Implement jps command for OS adapter Key: CALCITE-3204 URL: https://issues.apache.org/jira/browse/CALCITE-3204 Project: Calcite Issue Type: New

[jira] [Created] (CALCITE-3203) When matching materializations, match Project with child of Aggregate

2019-07-20 Thread jin xing (JIRA)
jin xing created CALCITE-3203: - Summary: When matching materializations, match Project with child of Aggregate Key: CALCITE-3203 URL: https://issues.apache.org/jira/browse/CALCITE-3203 Project: Calcite

Re: Question on SqlFunctions.internalToTimestamp()

2019-07-20 Thread Julian Hyde
If you have a SQL TIMESTAMP value and you want to pass it to a Java UDF, use this method. For example, if you are in pacific TimeZone, if you have a value TIMESTAMP ‘1970-01-01 00:00:00’ (represented as long 0, and zone less) and you pass it to a UDF it will become a java.sql.Timestamp whose