kileys commented on code in PR #22814: URL: https://github.com/apache/beam/pull/22814#discussion_r953138164
########## sdks/java/build-tools/src/main/resources/beam/suppressions.xml: ########## @@ -96,4 +96,6 @@ <suppress files="org.apache.beam.sdk.io.thrift.TestThriftUnion.java" checks="[a-zA-Z0-9]*"/> <suppress files="org.apache.beam.sdk.io.thrift.payloads.*" checks="[a-zA-Z0-9]*"/> + <!-- Test deliberately uses the default package. --> + <suppress checks="PackageDeclaration" files="org.apache.beam.sdk.transforms.reflect.DefaultPackageTest.java"/> Review Comment: Do we need this even with the exclude? -- 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]
