gengliangwang commented on a change in pull request #34712:
URL: https://github.com/apache/spark/pull/34712#discussion_r758099882



##########
File path: 
sql/core/src/main/java/org/apache/spark/sql/execution/datasources/orc/OrcColumnarBatchReader.java
##########
@@ -48,6 +48,9 @@
   // The capacity of vectorized batch.
   private int capacity;
 
+  // If the orc file will be read is not write by Spark 3.1 or prior, use UTC 
timestamp.

Review comment:
       If the Orc file to be read is written by Spark 3.3 or after, use UTC 
timestamp.




-- 
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]

Reply via email to