divjotarora commented on code in PR #3711:
URL: https://github.com/apache/parquet-java/pull/3711#discussion_r4012916945
##########
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:
This was an intentional change as there might be multiple valid physical
types and I felt printing as an array helps readability
--
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]