JNSimba opened a new pull request, #676: URL: https://github.com/apache/doris-flink-connector/pull/676
# Proposed changes Issue Number: N/A ## Problem Summary: Arrow timestamp values were decoded by guessing their units from the raw value, which could produce incorrect results for timestamp vectors with different units and timezone metadata. - Preserve wall-clock values for Arrow timestamp vectors without timezone metadata. - Convert timestamp vectors with timezone metadata from their epoch value to the JVM default timezone. - Decode SECOND, MILLISECOND, MICROSECOND, and NANOSECOND using the declared Arrow unit. - Support TIMESTAMPTZ schemas and timestamp values nested in maps. - Add unit tests for timestamp vectors with and without timezone metadata. ## Checklist(Required) 1. Does it affect the original behavior: Yes 2. Has unit tests been added: Yes 3. Has document been added or modified: No Need 4. Does it need to update dependencies: No 5. Are there any changes that cannot be rolled back: No ## Further comments None. -- 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]
