benWize commented on a change in pull request #15821:
URL: https://github.com/apache/beam/pull/15821#discussion_r739556070
##########
File path:
sdks/java/core/src/test/java/org/apache/beam/sdk/schemas/transforms/GroupTest.java
##########
@@ -70,6 +70,7 @@
@Category(UsesSchema.class)
@SuppressWarnings({
"rawtypes", // TODO(https://issues.apache.org/jira/browse/BEAM-10556)
+ "SameNameButDifferent"
Review comment:
The conflict here was between Test from JUnit and Enum Test, I resolved
this by renaming the enum.
--
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]