Re: enable sqlOffloadingEnabled sql avg fun has error

2020-10-12 Thread Ilya Kasnacheev
Hello! Please use Apache Ignite JIRA to file tickets: https://issues.apache.org/jira/projects/IGNITE/issues Does this issue reproduce on any Apache Ignite versions? Please try some 2.9 nightly build:

Re: enable sqlOffloadingEnabled sql avg fun has error

2020-10-12 Thread 张立鑫
Your can see https://github.com/gridgain/gridgain/issues/1490 2020-10-13 0:00 GMT+08:00, LixinZhang : > sqlOffloadingEnabled : true > > create table tests( > ID int, > CREATETIME TIMESTAMP(29,9), > PRIMARY KEY (ID) > ) WITH "template=partitioned, CACHE_NAME=tests"; > > select

enable sqlOffloadingEnabled sql avg fun has error

2020-10-12 Thread LixinZhang
sqlOffloadingEnabled : true create table tests( ID int, CREATETIME TIMESTAMP(29,9), PRIMARY KEY (ID) ) WITH "template=partitioned, CACHE_NAME=tests"; select AVG(EXTRACT(MILLISECOND from CREATETIME)) from tests; Failed to run reduce query locally. General error: