Re: Re: [DISCUSS] Support JSON functions in Flink SQL

2019-12-20 Thread Forward Xu
So could you update the implementation section in the doc > >> > because > >> > > > the > >> > > > > >> implementation in blink planner should be different. > >> > > > > >> 4) It would be better to have an implementation plan to

Re: Re: [DISCUSS] Support JSON functions in Flink SQL

2019-12-20 Thread Jark Wu
er to have an implementation plan to >> priority >> > the >> > > > > >> sub-tasks. >> > > > > >> From my point of view, JSON_VALUE is the most important and >> > > > > JSON_TABLE >> > > > > >> gets the

Re: Re: [DISCUSS] Support JSON functions in Flink SQL

2019-12-20 Thread Jark Wu
FLIP-51. > > > > > >> And as far as I know, it will add a few of PlannerExpressions > > which > > > > can > > > > > be > > > > > >> refactored easily during FLIP-51. > > > > > >> > > > > > >> > > > > > >> Cheers, &g

Re: Re: [DISCUSS] Support JSON functions in Flink SQL

2019-12-01 Thread Forward Xu
-51. As we don't have a > clear > > > > >> progress of FLIP-51. > > > > >> And as far as I know, it will add a few of PlannerExpressions > which > > > can > > > > be > > > > >> refactored easily during FLI

Re: Re: [DISCUSS] Support JSON functions in Flink SQL

2019-12-01 Thread Jark Wu
d as far as I know, it will add a few of PlannerExpressions which > > can > > > be > > > >> refactored easily during FLIP-51. > > > >> > > > >> > > > >> Cheers, > > > >> Jark > > > >> > > > >> [1]: > &

Re: Re: [DISCUSS] Support JSON functions in Flink SQL

2019-12-01 Thread Forward Xu
Jark > > >> > > >> [1]: > > >> > > >> > > > https://cwiki.apache.org/confluence/display/FLINK/Flink+Improvement+Proposals > > >> > > >> > > >> > > >> On Thu, 5 Sep 2019 at 19:29, vino yang wrote: > > >>

Re: Re: [DISCUSS] Support JSON functions in Flink SQL

2019-12-01 Thread Jingsong Li
; >> > >> On Thu, 5 Sep 2019 at 19:29, vino yang wrote: > >> > >> > +1 to have JSON functions in Flink SQL > >> > > >> > JingsongLee 于2019年9月5日周四 下午4:46写道: > >> > > >> > > +1 > >> > > Nice document. I think it is easier to do after expression > >> reworking[1]. > >> > > By the

Re: Re: [DISCUSS] Support JSON functions in Flink SQL

2019-11-29 Thread Forward Xu
> > >> > > ------------------ >> > > From:TANG Wen-hui >> > > Send Time:2019年9月5日(星期四) 14:36 >> > > To:dev >> > > Subject:Re: Re: [DISCUSS] Support JSON functions in Flink SQL >&g

Re: Re: [DISCUSS] Support JSON functions in Flink SQL

2019-09-22 Thread Forward Xu
K/FLIP-51%3A+Rework+of+the+Expression+Design > > > > > > Best, > > > Jingsong Lee > > > > > > > > > -- > > > From:TANG Wen-hui > > > Send Time:2019年9月5日(星期四) 14:36 > >

Re: Re: [DISCUSS] Support JSON functions in Flink SQL

2019-09-05 Thread vino yang
/FLIP-51%3A+Rework+of+the+Expression+Design > > Best, > Jingsong Lee > > > -- > From:TANG Wen-hui > Send Time:2019年9月5日(星期四) 14:36 > To:dev > Subject:Re: Re: [DISCUSS] Support JSON functions in Flink SQL > > +

Re: Re: [DISCUSS] Support JSON functions in Flink SQL

2019-09-05 Thread JingsongLee
-- From:TANG Wen-hui Send Time:2019年9月5日(星期四) 14:36 To:dev Subject:Re: Re: [DISCUSS] Support JSON functions in Flink SQL +1 I have done similar work before. Looking forward to discussing this feature. Best wenhui winifred.wenhui.t...@gmail.com From: Kurt Young Date: 2019-09-05

Re: Re: [DISCUSS] Support JSON functions in Flink SQL

2019-09-05 Thread TANG Wen-hui
+1 I have done similar work before. Looking forward to discussing this feature. Best wenhui winifred.wenhui.t...@gmail.com From: Kurt Young Date: 2019-09-05 14:00 To: dev CC: Anyang Hu Subject: Re: [DISCUSS] Support JSON functions in Flink SQL +1 to add JSON support to Flink. We also see

Re: [DISCUSS] Support JSON functions in Flink SQL

2019-09-05 Thread Kurt Young
+1 to add JSON support to Flink. We also see lots of requirements for JSON related functions in our internal platform. Since these are already SQL standard, I think it's a good time to add them to Flink. Best, Kurt On Thu, Sep 5, 2019 at 10:37 AM Qi Luo wrote: > We also see strong demands

Re: [DISCUSS] Support JSON functions in Flink SQL

2019-09-04 Thread Qi Luo
We also see strong demands from our SQL users for JSON/Date related functions. Also +Anyang Hu On Wed, Sep 4, 2019 at 9:51 PM Jark Wu wrote: > Hi Forward, > > Thanks for bringing this discussion and preparing the nice design. > I think it's nice to have the JSON functions in the next release.

Re: [DISCUSS] Support JSON functions in Flink SQL

2019-09-04 Thread Jark Wu
Hi Forward, Thanks for bringing this discussion and preparing the nice design. I think it's nice to have the JSON functions in the next release. We have received some requirements for this feature. I can help to shepherd this JSON functions effort and will leave comments in the design doc in

Re: [DISCUSS] Support JSON functions in Flink SQL

2019-09-04 Thread Xu Forward
hi Danny Chan ,Thank you very much for your reply, your help can help me further improve this discussion. Best forward Danny Chan 于2019年9月4日周三 下午8:50写道: > Thanks Xu Forward for bring up this topic, I think the JSON functions are > very useful especially for those MySQL users. > > I saw that you

Re: [DISCUSS] Support JSON functions in Flink SQL

2019-09-04 Thread Danny Chan
Thanks Xu Forward for bring up this topic, I think the JSON functions are very useful especially for those MySQL users. I saw that you have done some work within the Apache Calcite, that’s a good start, but this is one concern from me, Flink doesn’t support JSON type internal, so how to

[DISCUSS] Support JSON functions in Flink SQL

2019-09-04 Thread Xu Forward
Hi everybody, I'd like to kick off a discussion on Support JSON functions in Flink SQL. The entire plan is divided into two steps: 1. Implement Support SQL 2016-2017 JSON functions in Flink SQL[1]. 2. Implement non-Support SQL 2016-2017 JSON functions in Flink SQL, such as JSON_TYPE in Mysql,