@lvhuyen Thanks for using parquet input format and give me feedback. So the type timstamp is logic type in parquet. It is internally stored as primitive type int64. So it should be read out as long. From the error, it looks like the timestamp is read as String and try to set to a field of BigInteger. Would you please paste me the parquet schema for the file? Thanks
[ Full content available at: https://github.com/apache/flink/pull/6483 ] This message was relayed via gitbox.apache.org for [email protected]
