Fokko commented on code in PR #3711:
URL: https://github.com/apache/parquet-java/pull/3711#discussion_r4012848231


##########
parquet-arrow/src/test/java/org/apache/parquet/arrow/schema/TestSchemaConverter.java:
##########
@@ -660,6 +660,6 @@ public void testParquetInt32TimestampMicrosToArrow() {
                 .named("a"))
             .named("root")))
         .isInstanceOf(IllegalStateException.class)
-        .hasMessage("TIMESTAMP(MICROS,false) can only annotate INT64");
+        .hasMessage("TIMESTAMP(MICROS,false) can only annotate [INT64]");

Review Comment:
   nit: Maybe we can drop the brackets to avoid having to update these tests



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