Re: JsonRowSerializationSchema unable to parse TIMESTAMP_LTZ fields

2022-01-03 Thread Matthias Pohl
For documentation purposes: Surendra started a discussion in FLINK-25411 [1]. [1] https://issues.apache.org/jira/browse/FLINK-25411 On Wed, Dec 22, 2021 at 9:51 AM Surendra Lalwani wrote: > > Hi Team, > > JsonRowSerializationSchema is unable to parse fields with type > TIMESTAMP_LTZ, seems like

JsonRowSerializationSchema unable to parse TIMESTAMP_LTZ fields

2021-12-22 Thread Surendra Lalwani
Hi Team, JsonRowSerializationSchema is unable to parse fields with type TIMESTAMP_LTZ, seems like this is not handled properly. While trying to fire a simple query Select current_timestamp from table_name , it gives error that Could not serialize row and asks to add shaded flink dependency for jsr