You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 20:22:36 UTC

[GitHub] [beam] kennknowles opened a new issue, #18773: [SQL] Support Row construction with named fields

kennknowles opened a new issue, #18773:
URL: https://github.com/apache/beam/issues/18773

   Currently Calcite's ROW() constructor only accepts values and doesn't allow names, so `INSERT INTO f_row SELECT ROW('asdfasdf', 'sdfsdfsd')` will fail with something like this:
   
   
   `Cannot assign to target field 'f_row' of type RecordType(VARCHAR f_str1, VARCHAR f_str2) from source field 'f_row' of type RecordType(VARCHAR EXPR$0, VARCHAR EXPR$1)`
    
   
   Imported from Jira [BEAM-4515](https://issues.apache.org/jira/browse/BEAM-4515). Original Jira may contain additional context.
   Reported by: kedin.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] gabrywu commented on issue #18773: [SQL] Support Row construction with named fields

Posted by "gabrywu (via GitHub)" <gi...@apache.org>.
gabrywu commented on issue #18773:
URL: https://github.com/apache/beam/issues/18773#issuecomment-1631972522

   any updates here?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org