Re: [ANNOUNCE] New committer: Vladimir Ozerov

2021-06-23 Thread
Congratulations! XING JIN 于2021年6月24日周四 上午10:21写道: > Congratulations ~ > > Best, > Jin > > guangyuan wang 于2021年6月24日周四 上午9:50写道: > > > Congratulations! > > > > Francis Chuang 于2021年6月24日周四 上午6:39写道: > > > > > Congrats, Vladimir! > > > > > > Francis > > > > > > On 24/06/2021 7:48 am, Haisheng

Re: PR for review

2021-04-25 Thread
Thanks for your time. JiaTao Tao 于2021年4月26日周一 上午10:46写道: > I'll take a look > > > Regards! > > Aron Tao > > > 段雄 于2021年4月23日周五 下午2:54写道: > > > Hey guys, here is my PR needed one more review: > > https://github.com/apache/calcite/pull/2402 I would appreciate if anyone > > can review it. > > >

PR for review

2021-04-23 Thread
Hey guys, here is my PR needed one more review: https://github.com/apache/calcite/pull/2402 I would appreciate if anyone can review it.

Support if function syntax: IF( condition, [value_if_true], [value_if_false] )

2021-04-16 Thread
Hi all, I use calcite find can't handle if function well. ``` No match found for function signature IF(, , ) (state=,code=0) ``` So I want to add support this function in calcite, If you agree with this view. I will create an issue and work on. Thank you very much.

Request to be a contributor in jira

2021-04-15 Thread
Hi, My name is xiong duan,I'm working for Hikvision. I create a issue about CALCITE-4585 . I want try to be a contributor. can you assign this issue to me? Thank you very much.

Re: how to use Avatica JDBC query druid, sql body contains Chinese

2021-03-22 Thread
Hi. You can directly use AvaticaProtobufHandler to resolve about chinese problem. The avatica default use AvaticaJsonHandler. leeqiang wang 于2021年3月20日周六 上午12:20写道: > Hi,All > Recently, i make Druid SQL queries using the Avatica JDBC driver,but i met > a question ; > if sql body contains

Re: count(if(a=1, 1, null)) syntax support

2021-02-25 Thread
Hi,you Zhuang I find clacite have SqlIfFunction,but it don't accomplish. you Zhuang 于2021年2月21日周日 上午2:39写道: > when does calcite support count(if(a=1, 1, null)) syntax ? spark, hive, > clickhouse, impala, presto support the syntax for a long time. >