yuqi1129 opened a new pull request, #5693:
URL: https://github.com/apache/gravitino/pull/5693

   ### What changes were proposed in this pull request?
   
   When loading table with datetime column from Doris table, we should convert 
it to Gravitno timestamp without timezone NOT timestamp_tz(timestamp with 
timezone)
   
   ### Why are the changes needed?
   
   According to docs 
   1. 
https://gravitino.apache.org/docs/0.7.0-incubating/jdbc-doris-catalog#table-column-types
   2. 
https://doris.apache.org/docs/1.2/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE
   
   it's a bug when converting Gravitino timestamp type to Doris datetime type. 
   
   Fix: #5691
   
   ### Does this PR introduce _any_ user-facing change?
   
   N/A
   
   ### How was this patch tested?
   
   UT & IT
   


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