Thanks for bringing up this DISCUSS Timo!
Java Expression DSL is pretty useful for java user. When we have the Java
Expression DSL, Java API will become very rich and easy to use!
+1 from my side.
Best,
Jincheng
Dawid Wysakowicz 于2019年3月26日周二 下午5:08写道:
> Hi,
>
> I really like the idea of int
Hi,
I really like the idea of introducing Java Expression DSL. I think this
will solve many problems e.g. right now it's quite tricky how string
literals work in scala (sometimes it might go through the
ExpressionParser and it will end up as an UnresolvedFieldReference),
another important problem
Hi Timo,
Sounds good to me.
Do you want to deprecate the string-based API in 1.9 or make the decision
in 1.10 after some feedbacks ?
On Thu, 21 Mar 2019 at 21:32, Timo Walther wrote:
> Thanks for your feedback Rong and Jark.
>
> @Jark: Yes, you are right that the string-based API is used quit
Thanks for your feedback Rong and Jark.
@Jark: Yes, you are right that the string-based API is used quite a lot.
On the other side, the potential user base in the future is still bigger
than our current user base. Because the Table API will become equally
important as the DataStream API, we re
Hi Timo,
I'm +1 on the proposal. I like the idea to provide a Java DSL which is more
friendly than string-based approach in programming.
My concern is if/when we can drop the string-based expression parser. If it
takes a very long time, we have to paid more development
cost on the three Table API