ahmedabu98 commented on code in PR #30560:
URL: https://github.com/apache/beam/pull/30560#discussion_r1520326852
##########
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/transforms/SchemaTransformProvider.java:
##########
@@ -58,10 +59,14 @@ default String description() {
SchemaTransform from(Row configuration);
/** Returns the input collection names of this transform. */
- List<String> inputCollectionNames();
+ default List<String> inputCollectionNames() {
Review Comment:
Ahh these methods are eventually called by the expansion service to create
the discover response. Reference here:
https://github.com/apache/beam/blob/fedca3ce18ea21424bd2381c75231e7399a8a6c2/sdks/java/expansion-service/src/main/java/org/apache/beam/sdk/expansion/service/ExpansionService.java#L733-L734
--
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]