cloud-fan commented on a change in pull request #33588:
URL: https://github.com/apache/spark/pull/33588#discussion_r750405291
##########
File path:
sql/core/src/main/java/org/apache/spark/sql/execution/datasources/orc/OrcAtomicColumnVector.java
##########
@@ -103,7 +111,7 @@ public int getInt(int rowId) {
@Override
public long getLong(int rowId) {
int index = getRowIndex(rowId);
- if (isTimestamp) {
+ if (isTimestamp || isTimestampNTZ) {
Review comment:
sorry I'm a bit confused. So timestamp ltz and ntz are exactly the same
in ORC?
--
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]