shnapz commented on code in PR #36781:
URL: https://github.com/apache/beam/pull/36781#discussion_r2896917514


##########
sdks/java/core/src/main/java/org/apache/beam/sdk/metrics/Lineage.java:
##########
@@ -57,12 +61,16 @@ public abstract class Lineage {
   // Reserved characters are backtick, colon, whitespace (space, \t, \n) and 
dot.
   private static final Pattern RESERVED_CHARS = Pattern.compile("[:\\s.`]");
 
+  private final LineageBase delegate;

Review Comment:
   **FYI**
   We are using `Lineage` as a facade around `LineageBase`, so we don't expose 
the latter and we avoid any (breaking) changes in other parts of Beam



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

Reply via email to