Calcite-Master - Build # 215 - Still Failing

2018-02-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Calcite-Master (build #215) Status: Still Failing Check console output at https://builds.apache.org/job/Calcite-Master/215/ to view the results.

Re: SQL dialect specific functionality

2018-02-23 Thread Julian Hyde
Yes. The general pattern is to add a ‘boolean supportsXxx()’ method to SqlDialect, and make the JdbcYyyRule not generate a JdbcYyy if the relational expression contains an xxx and this particular dialect does not support it. Then add a test to RelToSqlConverterTest that covers several dialects.

Calcite-Master - Build # 216 - Still Failing

2018-02-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Calcite-Master (build #216) Status: Still Failing Check console output at https://builds.apache.org/job/Calcite-Master/216/ to view the results.

Calcite-Master - Build # 217 - Still Failing

2018-02-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Calcite-Master (build #217) Status: Still Failing Check console output at https://builds.apache.org/job/Calcite-Master/217/ to view the results.

[jira] [Created] (CALCITE-2191) Drop support for Guava versions earlier than 19

2018-02-23 Thread slim bouguerra (JIRA)
slim bouguerra created CALCITE-2191: --- Summary: Drop support for Guava versions earlier than 19 Key: CALCITE-2191 URL: https://issues.apache.org/jira/browse/CALCITE-2191 Project: Calcite