[
https://issues.apache.org/jira/browse/BEAM-14450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Pilloud updated BEAM-14450:
----------------------------------
Description:
Looks like we still have failing tests on ZetaSQL tagged as BEAM-9378:
java.lang.UnsupportedOperationException: Does not support expr node kind
RESOLVED_MAKE_STRUCT
org.apache.beam.sdk.extensions.sql.zetasql.ZetaSqlDialectSpecTest.testStructOfStructRemap
The case that doesn't work is Structs referencing other tables. For example
`SELECT STRUCT(column) FROM table`
was:
Looks like we still have failing tests on ZetaSQL tagged as BEAM-9378:
java.lang.UnsupportedOperationException: Does not support expr node kind
RESOLVED_MAKE_STRUCT
org.apache.beam.sdk.extensions.sql.zetasql.ZetaSqlDialectSpecTest.testStructOfStructRemap
The case that doesn't work is Structs referencing other tables.
> Support Structs referencing other tables
> ----------------------------------------
>
> Key: BEAM-14450
> URL: https://issues.apache.org/jira/browse/BEAM-14450
> Project: Beam
> Issue Type: New Feature
> Components: dsl-sql-zetasql
> Reporter: Andrew Pilloud
> Priority: P2
>
> Looks like we still have failing tests on ZetaSQL tagged as BEAM-9378:
> java.lang.UnsupportedOperationException: Does not support expr node kind
> RESOLVED_MAKE_STRUCT
> org.apache.beam.sdk.extensions.sql.zetasql.ZetaSqlDialectSpecTest.testStructOfStructRemap
> The case that doesn't work is Structs referencing other tables. For example
> `SELECT STRUCT(column) FROM table`
--
This message was sent by Atlassian Jira
(v8.20.7#820007)