Calcite-Master - Build # 1054 - Still Failing

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

Calcite-Master - Build # 1053 - Still Failing

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

[jira] [Created] (CALCITE-2890) ElasticSearch adapter. Combine any_value with other aggregation functions failed

2019-03-03 Thread Siyuan Liu (JIRA)
Siyuan Liu created CALCITE-2890: --- Summary: ElasticSearch adapter. Combine any_value with other aggregation functions failed Key: CALCITE-2890 URL: https://issues.apache.org/jira/browse/CALCITE-2890

Re: Some issues about using calcite

2019-03-03 Thread Muhammad Gelbana
Have you tried the same methods with other databases ? On Sun, Mar 3, 2019, 8:36 AM 李天安 wrote: > Hi, > My Name is Tianan Li, recently I’m using your project calcite > v1.18.0. I have met some issues and I need your help. > When I connect to postgresql via calcite, I found that I

question using ddl

2019-03-03 Thread 勾王敏浩
Hi, Currently I am using calcite jdbc trying to create a table in mysql. My code is like this. public static void main(String[] args) throws Exception { Class.forName("org.apache.calcite.jdbc.Driver"); Properties info = new Properties(); info.setProperty("lex", "JAVA");