vrozov commented on PR #5868: URL: https://github.com/apache/hive/pull/5868#issuecomment-3006729601
> Just to clarify, your solution does not make use of the useUTCTimestamp flag configured through readerOptions()? My solution uses `TimestampColumnVector.isUTC` flag. It does not rely on the way how the flag was set. It is supposed to be set by `TimestampTreeReader` or `TimestampFromXXXTreeReader` when `TimestampColumnVector` sets time of `TimestampColumnVector` and it could be local or UTC time, not while getting time of `TimestampColumnVector`. If you know time zone of the time in `TimestampColumnVector` without using `TimestampColumnVector.isUTC` flag, the flag should not be introduced in the first place. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org