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


##########
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/transforms/SchemaTransform.java:
##########
@@ -33,5 +38,60 @@
  * compatibility guarantees and it should not be implemented outside of the 
Beam repository.
  */
 @Internal
-public abstract class SchemaTransform
-    extends PTransform<PCollectionRowTuple, PCollectionRowTuple> {}
+public abstract class SchemaTransform extends PTransform<PCollectionRowTuple, 
PCollectionRowTuple> {
+  private @Nullable Row configurationRow;
+  private @Nullable String identifier;
+  private boolean registered = false;

Review Comment:
   I use "registered" throughout, but I'm not sure if it's the best terminology 
here. Open to other suggestions!



-- 
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-unsubscr...@beam.apache.org

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

Reply via email to