[
https://issues.apache.org/jira/browse/BEAM-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16351651#comment-16351651
]
Anton Kedin commented on BEAM-2721:
-----------------------------------
BeamRecordSqlType removal is merged in BEAM-3292
Further refactoring is out: [https://github.com/apache/beam/pull/4593]
Intorduces factories, collectors for constructing BeamRecords and
BeamRecorTypes from java streams
> Augment BeamRecordType to do slicing and concatenation.
> -------------------------------------------------------
>
> Key: BEAM-2721
> URL: https://issues.apache.org/jira/browse/BEAM-2721
> Project: Beam
> Issue Type: Bug
> Components: dsl-sql
> Reporter: Robert Bradshaw
> Assignee: Anton Kedin
> Priority: Major
>
> Currently in several places we cast to BeamSqlRecordType, extract the field
> type ints, do the slicing, and then reconstruct a new BeamSqlRecordType. If
> BeamRecordType had polymorphic methods to slice/concat this would be cleaner
> and more flexible.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)