[
https://issues.apache.org/jira/browse/BEAM-14143?focusedWorklogId=745962&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-745962
]
ASF GitHub Bot logged work on BEAM-14143:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Mar/22 17:34
Start Date: 22/Mar/22 17:34
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 745962)
Time Spent: 0.5h (was: 20m)
> ExternalPythonTransform API for easily invoking Python transforms from Java
> ---------------------------------------------------------------------------
>
> Key: BEAM-14143
> URL: https://issues.apache.org/jira/browse/BEAM-14143
> Project: Beam
> Issue Type: New Feature
> Components: cross-language
> Reporter: Chamikara Madhusanka Jayalath
> Priority: P2
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)