[jira] [Created] (CALCITE-3153) Improve testing in TpcdsTest using assertEqual instead of printing results

2019-06-27 Thread ShuMing Li (JIRA)
ShuMing Li created CALCITE-3153: --- Summary: Improve testing in TpcdsTest using assertEqual instead of printing results Key: CALCITE-3153 URL: https://issues.apache.org/jira/browse/CALCITE-3153 Project: C

Re: [DISCUSSION] Unify throws in sql parser

2019-06-27 Thread Danny Chan
Thanks Julian, I’ve fired a JIRA and start working on this. Best, Danny Chan 在 2019年6月28日 +0800 AM2:44,Julian Hyde ,写道: > Unifying in general sounds like a good idea. I haven’t thought through the > specifics in this case. > > Note that each time we generate a parser using JavaCC — which we do in

[jira] [Created] (CALCITE-3152) Unify throws in sql parser

2019-06-27 Thread Danny Chan (JIRA)
Danny Chan created CALCITE-3152: --- Summary: Unify throws in sql parser Key: CALCITE-3152 URL: https://issues.apache.org/jira/browse/CALCITE-3152 Project: Calcite Issue Type: Bug Compon

Re: Release 1.20 and release notes

2019-06-27 Thread Michael Mior
That was one of the reasons I was unsure where to put the script. src/main/scripts is fine although it isn't obvious from that location that it's unrelated to the use of Calcite. I'm not strongly opposed to just pasting it in the documentation. -- Michael Mior mm...@apache.org Le jeu. 27 juin 2019

Re: [DISCUSSION] Unify throws in sql parser

2019-06-27 Thread Julian Hyde
Unifying in general sounds like a good idea. I haven’t thought through the specifics in this case. Note that each time we generate a parser using JavaCC — which we do in several places in the code — it generates a new exception class. We don’t want to use those generated classes. We would like

Re: Release 1.20 and release notes

2019-06-27 Thread Julian Hyde
src/main/scripts would be an OK location. As this particular script is for a very limited audience - not developers, but only for release managers - we could consider just putting the text into the howto. I hate finding lots of scripts in projects when it is not clear what is the audience or pu

[jira] [Created] (CALCITE-3151) RexCall's Monotonicity is not considered in determining a Calc's collation

2019-06-27 Thread Zhenghua Gao (JIRA)
Zhenghua Gao created CALCITE-3151: - Summary: RexCall's Monotonicity is not considered in determining a Calc's collation Key: CALCITE-3151 URL: https://issues.apache.org/jira/browse/CALCITE-3151 Projec

[jira] [Created] (CALCITE-3150) NPE in UPPER when repeated and combine with LIKE

2019-06-27 Thread JIRA
Mickaël Sauvée created CALCITE-3150: --- Summary: NPE in UPPER when repeated and combine with LIKE Key: CALCITE-3150 URL: https://issues.apache.org/jira/browse/CALCITE-3150 Project: Calcite I