[
https://issues.apache.org/jira/browse/BEAM-4794?focusedWorklogId=123475&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-123475
]
ASF GitHub Bot logged work on BEAM-4794:
----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Jul/18 03:46
Start Date: 16/Jul/18 03:46
Worklog Time Spent: 10m
Work Description: reuvenlax opened a new pull request #5956: [BEAM-4794]
Move SQL and SQL Nexmark to the schema framework
URL: https://github.com/apache/beam/pull/5956
This PR move SQL and Nexmark to the new schema framework.
Advantages:
* SQL now works seamlessly on PCollection<UserType> as long as UserType
has a schema (which is simple for POJOs and Java Beans)
* Row conversion for POJOs and Java Beans should be more efficient than
the old version.
* We now fully recursive and array fields in POJOs and Java Beans; these
did not work previously in SQL.
* A large amount of code is now deleted - InferredRowCoder, all the
Nexmark ModelAdaptor code)
R: @apilloud
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 123475)
Time Spent: 10m
Remaining Estimate: 0h
> Move Nexmark and SQL to use the new Schema framework
> ----------------------------------------------------
>
> Key: BEAM-4794
> URL: https://issues.apache.org/jira/browse/BEAM-4794
> Project: Beam
> Issue Type: Sub-task
> Components: dsl-sql
> Reporter: Reuven Lax
> Assignee: Reuven Lax
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> This will allow SQL to accept user types. It will also allow the deletion of
> a lot of code.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)