deniskuzZ commented on code in PR #5952:
URL: https://github.com/apache/hive/pull/5952#discussion_r2200662379
##########
serde/src/java/org/apache/hadoop/hive/serde2/lazybinary/LazyBinaryTimestamp.java:
##########
@@ -52,6 +55,28 @@ public class LazyBinaryTimestamp extends
*/
@Override
public void init(ByteArrayRef bytes, int start, int length) {
- data.set(bytes.getData(), start);
+ if (!legacyConversionEnabled) {
+ // Hive 3.x default: interpret as UTC
Review Comment:
remove mention of Hive 3.x
--
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]