Xu Mingmin created BEAM-2676:
--------------------------------
Summary: move BeamSqlRow and BeamSqlRowType to sdk/java/core
Key: BEAM-2676
URL: https://issues.apache.org/jira/browse/BEAM-2676
Project: Beam
Issue Type: Test
Components: dsl-sql
Reporter: Xu Mingmin
Assignee: Xu Mingmin
BeamSqlRow/BeamSqlRowType is the fundamental of structured data processing in
Beam, like joins, simple projections/expansions. It's more visible to move them
to sdk-java-core.
It contains two parts:
1). remove SQL word in the name,
BeamSqlRow --> BeamRow
BeamSqlRowType --> BeamRowType
2). move from package {{org.apache.beam.dsls.sql.schema}} to
{{org.apache.beam.sdk.sd}}. (sd stands for structure data)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)