[
https://issues.apache.org/jira/browse/BEAM-7274?focusedWorklogId=354610&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-354610
]
ASF GitHub Bot logged work on BEAM-7274:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Dec/19 19:17
Start Date: 05/Dec/19 19:17
Worklog Time Spent: 10m
Work Description: reuvenlax commented on pull request #10278: [BEAM-7274]
Support recursive type transformation in ByteBuddyUtils
URL: https://github.com/apache/beam/pull/10278#discussion_r354498969
##########
File path:
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/utils/ReflectUtils.java
##########
@@ -33,16 +36,19 @@
import javax.annotation.Nullable;
import org.apache.beam.sdk.schemas.Schema;
import org.apache.beam.sdk.schemas.annotations.SchemaCreate;
+import org.apache.beam.sdk.values.TypeDescriptor;
import org.apache.beam.vendor.guava.v26_0_jre.com.google.common.collect.Lists;
import org.apache.beam.vendor.guava.v26_0_jre.com.google.common.collect.Maps;
+import
org.apache.beam.vendor.guava.v26_0_jre.com.google.common.primitives.Primitives;
/** A set of reflection helper methods. */
public class ReflectUtils {
- static class ClassWithSchema {
+ /** Represents a class and a schema. */
+ public static class ClassWithSchema {
Review comment:
It's actually public because we need to use this in the protobuf schema
provider which is in a different package (and in general, you should be able to
put schema providers in other packages).
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 354610)
Time Spent: 16h 20m (was: 16h 10m)
> Protobuf Beam Schema support
> ----------------------------
>
> Key: BEAM-7274
> URL: https://issues.apache.org/jira/browse/BEAM-7274
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Alex Van Boxel
> Assignee: Alex Van Boxel
> Priority: Minor
> Time Spent: 16h 20m
> Remaining Estimate: 0h
>
> Add support for the new Beam Schema to the Protobuf extension.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)