[ 
https://issues.apache.org/jira/browse/BEAM-4454?focusedWorklogId=178030&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-178030
 ]

ASF GitHub Bot logged work on BEAM-4454:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Dec/18 15:56
            Start Date: 21/Dec/18 15:56
    Worklog Time Spent: 10m 
      Work Description: kanterov commented on a change in pull request #7290: 
[[BEAM-4454] Support avro schema inference in sources
URL: https://github.com/apache/beam/pull/7290#discussion_r243619250
 
 

 ##########
 File path: sdks/java/core/src/main/java/org/apache/beam/sdk/io/AvroIO.java
 ##########
 @@ -618,18 +651,28 @@ public void populateDisplayData(DisplayData.Builder 
builder) {
       return 
toBuilder().setDesiredBundleSizeBytes(desiredBundleSizeBytes).build();
     }
 
+    /**
+     * If set to true, a Beam schema will be inferred from the AVRO schema. 
This allows the output
+     * to be used by SQL and by the schema-transform library.
+     */
+    public ReadAll<T> withBeamSchemas(boolean withBeamSchemas) {
 
 Review comment:
   Should `withBeamSchemas` be marked as `Experimental`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 178030)
    Time Spent: 12h  (was: 11h 50m)

> Provide automatic schema registration for AVROs
> -----------------------------------------------
>
>                 Key: BEAM-4454
>                 URL: https://issues.apache.org/jira/browse/BEAM-4454
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-java-core
>            Reporter: Reuven Lax
>            Assignee: Reuven Lax
>            Priority: Major
>          Time Spent: 12h
>  Remaining Estimate: 0h
>
> Need to make sure this is a compatible change



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to