[
https://issues.apache.org/jira/browse/BEAM-4514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17547096#comment-17547096
]
Kenneth Knowles commented on BEAM-4514:
---------------------------------------
This issue has been migrated to https://github.com/apache/beam/issues/18883
> [SQL] Enable flattening configuration
> -------------------------------------
>
> Key: BEAM-4514
> URL: https://issues.apache.org/jira/browse/BEAM-4514
> Project: Beam
> Issue Type: Improvement
> Components: dsl-sql
> Reporter: Anton Kedin
> Priority: P3
>
> Currently the calcite projection also flattens the output row in PlannerImpl.
> This causes failure when inserting into a table with a ROW field.
> E.g. `INSERT INTO table (f_row_destination) SELECT f_row_source` will not
> work, as f_row_source will be flattened into separate fields and won't match
> the destination schema
--
This message was sent by Atlassian Jira
(v8.20.7#820007)