[
https://issues.apache.org/jira/browse/BEAM-7274?focusedWorklogId=354587&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-354587
]
ASF GitHub Bot logged work on BEAM-7274:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Dec/19 19:05
Start Date: 05/Dec/19 19:05
Worklog Time Spent: 10m
Work Description: alexvanboxel commented on pull request #10278:
[BEAM-7274] Support recursive type transformation in ByteBuddyUtils
URL: https://github.com/apache/beam/pull/10278#discussion_r354493498
##########
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:
I assume it has a reason that they are now public? (was package protected)
----------------------------------------------------------------
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: 354587)
Time Spent: 16h (was: 15h 50m)
> 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
> 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)