You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/12/11 12:21:51 UTC

[GitHub] [iceberg] 172403678 commented on issue #1916: Spark Table With Timestamp Cannot Query By Flink

172403678 commented on issue #1916:
URL: https://github.com/apache/iceberg/issues/1916#issuecomment-743162592


   table like this
   
   CREATE TABLE prod.iceberg_db.bofangzt3(
   ftime timestamp,
   extinfo string
   ) 
   USING iceberg
   PARTITIONED BY (hours(ftime))
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org