dongjoon-hyun commented on code in PR #1688:
URL: https://github.com/apache/orc/pull/1688#discussion_r1421270097


##########
java/core/src/test/org/apache/orc/TestVectorOrcFile.java:
##########
@@ -4157,9 +4157,9 @@ public void testFutureOrcFile(Version fileFormat) throws 
Exception {
       String m = e.getMessage();
       assertTrue(m.contains("version1999.orc was written by a future ORC 
version 19.99."));
       assertTrue(m.contains("This file is not readable by this version of 
ORC."));
-      assertTrue(m.contains("Postscript: footerLength: 19 compression: NONE " +
-          "compressionBlockSize: 65536 version: 19 version: 99 metadataLength: 
0 " +
-          "writerVersion: 1"));
+      assertTrue(m.contains("Postscript: footer_length: 19 compression: NONE " 
+

Review Comment:
   Ya, the error message contains the protobuf field names.



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

Reply via email to