rui-mo commented on PR #8015: URL: https://github.com/apache/incubator-gluten/pull/8015#issuecomment-2500707309
Hi @surnaik, this issue is about the timestamp partition value, which is converted from string in Velox. During this conversion, the default timezone (which is set as "America/Los Angeles" in Velox) is used. This PR tries to adopt the same timezone as Velox to see if we can remove this additional change: https://github.com/oap-project/velox/commit/567f7df756325dacb37b33efecd0a31ba95a7ff6. https://github.com/facebookincubator/velox/blob/c395c553bd9627b4a3211e34f16bb1949bbcd43a/velox/connectors/hive/SplitReader.cpp#L58-L60 https://github.com/facebookincubator/velox/blob/c395c553bd9627b4a3211e34f16bb1949bbcd43a/velox/type/Timestamp.cpp#L96-L101 -- 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]
