Re: [ANNOUNCE] Flink Table Store Joins Apache Incubator as Apache Paimon(incubating)

2023-03-27 Thread Xianxun Ye
Congratulations! Best regards,Xianxun On 03/27/2023 22:51,Samrat Deb wrote: congratulationsBests,SamratOn Mon, Mar 27, 2023 at 7:19 PM Yanfei Lei wrote: Congra

Serialize and Parse ResolvedExpression

2023-09-06 Thread Xianxun Ye
Hi Team,I want to Serialize the ResolvedExpression to String or byte[] and transmit it into LookupFunction, and parse it back to ResolvedExpression in the LookupFunction.For my case:Select * from left_stream as s join dim_table for system_time as of s.proc_time as d on s

Re: Serialize and Parse ResolvedExpression

2023-09-07 Thread Xianxun Ye
Hi, RonI want to parse the function(unix_timestamp, from_unixtime etc.) during the task runtime. Best regards,Xianxun Replied Message

Which Flink engine versions do Connectors support?

2023-10-27 Thread Xianxun Ye
 Hello Team, After the release of Flink 1.18, I found that most connectors had been externalized, e.g. Kafka, ES, HBase, JDBC, and pulsar connectors. But I didn't find any manual or codes indicating which versions of Flink these connectors could work. Best regards, Xianxun

Re: Which Flink engine versions do Connectors support?

2023-10-27 Thread Xianxun Ye
> https://lists.apache.org/thread/35gjflv4j2pp2h9oy5syj2vdfpotg486 > > Thanks, > Gordon > > > On Fri, Oct 27, 2023 at 12:57 PM Xianxun Ye <mailto:yesorno828...@gmail.com>> wrote: >>  >> Hello Team, >> >> After the release of Flink 1.18,