vikramahuja1001 commented on code in PR #6761:
URL: https://github.com/apache/hive/pull/6761#discussion_r3987065495
##########
ql/src/java/org/apache/hadoop/hive/ql/io/orc/WriterImpl.java:
##########
@@ -211,6 +213,16 @@ static void setColumn(int rowId, ColumnVector column,
.getPrimitiveJavaObject(obj).toSqlTimestamp());
break;
}
+ case TIMESTAMPLOCALTZ: {
Review Comment:
I am not able to understand why indentation is being flagged here.
Indentation level is same as other case statements above and below. Can you
take a look once?
--
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]