YuangZhang opened a new issue, #5431:
URL: https://github.com/apache/hudi/issues/5431

   flink sql can't use date as partition field 
   `create TABLE hudi_sink(
       role_id string,
       log_id string,
       origin_json string,
       origin_log string,
       ts timestamp(3),
       ds date
    )PARTITIONED BY (ds)
    with (
      'connector' = 'hudi'
       ...
   `
   throw org.apache.hudi.exception.HoodieNotSupportedException: Unexpected type 
for partition field: java.time.LocalDate


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to