You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/11/29 17:17:24 UTC

[GitHub] [beam] ahmedabu98 commented on a diff in pull request #24344: Sort SchemaTransform configuration schema fields by name to establish consistency

ahmedabu98 commented on code in PR #24344:
URL: https://github.com/apache/beam/pull/24344#discussion_r1035042580


##########
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/transforms/TypedSchemaTransformProvider.java:
##########
@@ -40,6 +40,9 @@
  */
 @Internal
 @Experimental(Kind.SCHEMAS)
+@SuppressWarnings({
+  "nullness" // TODO(https://github.com/apache/beam/issues/20506)

Review Comment:
   No longer running into this now that sorting method is in Schema.java, will remove



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org