You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by Julian Hyde <ju...@gmail.com> on 2015/01/27 08:35:17 UTC

Verbose tests

> On Jan 25, 2015, at 11:19 AM, Jacques Nadeau <ja...@apache.org> wrote:
> 
> Not a showstopper but we should really clean up the messages you get when
> running tests.  Seeing messages like these:
> "SEVERE: org.apache.calcite.runtime.CalciteContextException: From line 1,
> column 8 to line 1, column 10: Column 'x' not found in any table"
> "SEVERE: org.apache.calcite.sql.validate.SqlValidatorException: Cannot
> apply 'IS UNKNOWN' to arguments of type '<INTEGER> IS UNKNOWN'. Supported
> form(s): '<BOOLEAN> IS UNKNOWN'"

Jacques,

That is a known issue: https://issues.apache.org/jira/browse/CALCITE-433

I'd like it fixed but it never rose to the top of my priorities.

Julian