You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/09/06 03:19:30 UTC

[GitHub] HuangZhenQiu commented on issue #6483: [FLINK-7243][flink-formats] Add parquet input format

HuangZhenQiu commented on issue #6483: [FLINK-7243][flink-formats] Add parquet input format
URL: https://github.com/apache/flink/pull/6483#issuecomment-418951266
 
 
   @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
   
   
   
   
    

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services