Details
-
Test
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
Description
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), in module beam-sdks-java-core
Attachments
Issue Links
- blocks
-
BEAM-2723 remove windowInfo in BeamRecord
- Resolved
- links to