Github user omalley commented on a diff in the pull request:
https://github.com/apache/orc/pull/249#discussion_r186134142
--- Diff: java/core/src/java/org/apache/orc/OrcFile.java ---
@@ -761,6 +782,10 @@ public boolean getWriteVariableLengthBlocks() {
public HadoopShims getHadoopShims() {
return shims;
}
+
+ public boolean isUseUTCTimestamp() {
--- End diff --
Rename this to getUseUTCTimestamp.---
