ghkang98 opened a new pull request, #51384:
URL: https://github.com/apache/doris/pull/51384
### What problem does this PR solve?
This PR is mainly to fix the time zone issue of doris writing in Iceberg in
the data lake scenario. In Iceberg, there are two time zone types:
timestamp_ltz and timestamp_ntz. Currently, there is no distinction between
these two scenarios for doris, resulting in different spark query results for
data written by doris under the timestamp_ntz type. This PR is to solve this
problem.
### Check List (For Author)
- Test <!-- At least one of them must be included. -->
Manual test and The test report is as follows:
[Doris-iceberg-timestampntz-test-report.pdf](https://github.com/user-attachments/files/20517238/Doris-iceberg-timestampntz-test-report.pdf)
- Behavior changed:
No.
- Does this need documentation?
No.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]