iemejia commented on a change in pull request #13646:
URL: https://github.com/apache/beam/pull/13646#discussion_r551982634



##########
File path: 
sdks/java/io/parquet/src/test/java/org/apache/beam/sdk/io/parquet/ParquetIOTest.java
##########
@@ -337,7 +337,7 @@ public void 
testReadFilesUnknownSchemaFilesForGenericRecordThrowException() {
   public void testReadDisplayData() {
     DisplayData displayData = 
DisplayData.from(ParquetIO.read(SCHEMA).from("foo.parquet"));
 
-    Assert.assertThat(displayData, hasDisplayItem("filePattern", 
"foo.parquet"));
+    MatcherAssert.assertThat(displayData, hasDisplayItem("filePattern", 
"foo.parquet"));

Review comment:
       Oh I remember now, we have lots of those in the code base, ok then.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to