Re: [ANNOUNCE] Danny Chan joins Calcite PMC

2019-11-04 Thread Enrico Olivelli
Congrat Danny ! Enrico Il giorno dom 3 nov 2019 alle ore 20:29 Julian Feinauer < j.feina...@pragmaticminds.de> ha scritto: > Congratulations Danny! Very well deserved! > > Julian > > Am 01.11.19, 20:49 schrieb "Muhammad Gelbana" : > > Congratulations! > > Thanks, > Gelbana > > >

Calcite-Master - Build # 1412 - Failure

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

Re: How to enable cache schema through JDBC properties

2019-11-04 Thread zhaojun
Hi, Julian Thanks for your reply. I have made some sense to modify configuration of calcite connection. But still the schema cache mechanism did not work. Sine I have seen CachingCalciteSchema use guava cache internal, so is there any example to make it work instead of creating dynamic schema

Re: Geofunction

2019-11-04 Thread Danny Chan
Hi, Kiril ~ For “automatically cast” do you mean the implicit type coercion ? For current Calcite, we do not support INT -> DECIMAL or FLOAT -> DECIMAL conversion, we indeed support varchar -> DECIMAL conversion, For your example, it is ST_MakePoint(‘1.0', ‘1.0') Best, Danny Chan 在 2019年11月5日

Re: How to enable cache schema through JDBC properties

2019-11-04 Thread Julian Hyde
Possibly related to https://issues.apache.org/jira/browse/CALCITE-3436 . > On Nov 1, 2019, at 2:08 AM, zhaojun wrote: > > Hi, all > > I have found a cache property in JsonSchema, default value was true,calcite > version was 1.20.0 > But when

Re: Geofunction

2019-11-04 Thread Julian Hyde
Can you log a bug, please? > On Nov 1, 2019, at 5:01 AM, Kirils Mensikovs wrote: > > Hi, > > I am using ST_MakePoint(1.0, 1.0) and that works fine. However, when I try to > run following command ST_MakePoint(1, 1), I got exception: > `No applicable constructor/method found for actual paramete

Geofunction

2019-11-04 Thread Kirils Mensikovs
Hi, I am using ST_MakePoint(1.0, 1.0) and that works fine. However, when I try to run following command ST_MakePoint(1, 1), I got exception: `No applicable constructor/method found for actual parameters "int, int”` How to automatically cast int to BigDecimal? Thanks, -Kiril

Re: use calcite jdbc query mysql only return 10 records

2019-11-04 Thread Andrei Sereda
This was fixed in 1.18.0 (see CALCITE-2651). You can always manually set LIMIT. ES returns by default 10 records. Now calcite uses scrolling to fetch whole index. On Mon, Nov 4, 2019 at 2:43 PM James James wrote: > Dear > > Recently I ticked in to a problem that use jdbc:calcite method get >

Re: Problem with converters and possibly rule matching

2019-11-04 Thread Julian Hyde
My definition of a physical property is one that can be changed by a converter. For example, the Ordering physical property can be changed by the Sort operator. And the Distribution physical property can be changed by the Exchange operator. Particular physical properties might be baked into th

use calcite jdbc query mysql only return 10 records

2019-11-04 Thread James James
Dear Recently I ticked in to a problem that use jdbc:calcite method get connection and execute query mysql and elasticssearch storage. the results only return 10 records. checked calcite codes and not found the problems. hope get help to fixed my problems calcite version is 1.17.0 Thank in ad

[jira] [Created] (CALCITE-3475) BigQuery SQL dialect unparseCall override broken for UNION ALL

2019-11-04 Thread Steven Talbot (Jira)
Steven Talbot created CALCITE-3475: -- Summary: BigQuery SQL dialect unparseCall override broken for UNION ALL Key: CALCITE-3475 URL: https://issues.apache.org/jira/browse/CALCITE-3475 Project: Calcite

[jira] [Created] (CALCITE-3474) SqlSimpleParser simplifySql Query token.s NullPointerException

2019-11-04 Thread quxiucheng (Jira)
quxiucheng created CALCITE-3474: --- Summary: SqlSimpleParser simplifySql Query token.s NullPointerException Key: CALCITE-3474 URL: https://issues.apache.org/jira/browse/CALCITE-3474 Project: Calcite

[jira] [Created] (CALCITE-3473) Unique keys of table scan should contain key column(s)

2019-11-04 Thread Wang Yanlin (Jira)
Wang Yanlin created CALCITE-3473: Summary: Unique keys of table scan should contain key column(s) Key: CALCITE-3473 URL: https://issues.apache.org/jira/browse/CALCITE-3473 Project: Calcite Is