robertwb commented on a change in pull request #17101:
URL: https://github.com/apache/beam/pull/17101#discussion_r832435659



##########
File path: 
sdks/java/extensions/python/src/main/java/org/apache/beam/sdk/extensions/python/ExternalPythonTransform.java
##########
@@ -33,25 +40,169 @@
 import org.apache.beam.sdk.values.POutput;
 import org.apache.beam.sdk.values.Row;
 import org.apache.beam.sdk.values.TupleTag;
+import org.apache.beam.vendor.bytebuddy.v1_11_0.net.bytebuddy.ByteBuddy;

Review comment:
       Using ByteBuddy to create a class dynamically from which we can infer 
the schema seems overkill if we have a set of (type, name)s. Could we use 
StaticSchemaInference.fieldFromType directly instead? 




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