liaotian1005 opened a new pull request, #7904:
URL: https://github.com/apache/hudi/pull/7904

   link-hudi write data type of timestamp  format UTC time zone problem.
   
   1. The time zone written by flink is local, but the time zone read is not 
local
   
   2.flink writes timestamp data, but spark reads different timestamp
   
   Repair:
   
   1. When the cow table and mor table of flink are written, timestamp data is 
written to the utc time zone by default, which is consistent with utc to 
rectify the spark reading problem
   
   2. In the cow table, timestamp data is read according to the configuration 
"read.utc-timezone"
   
   3. In the mor table, the default timestamp read time zone is local.


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