You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kyle Weaver (Jira)" <ji...@apache.org> on 2020/01/28 23:37:00 UTC

[jira] [Created] (BEAM-9212) ZetaSQL structs always cause exception

Kyle Weaver created BEAM-9212:
---------------------------------

             Summary: ZetaSQL structs always cause exception
                 Key: BEAM-9212
                 URL: https://issues.apache.org/jira/browse/BEAM-9212
             Project: Beam
          Issue Type: Bug
          Components: dsl-sql-zetasql
            Reporter: Kyle Weaver
            Assignee: Kyle Weaver


Because of an unimplemented method in ZetaSQL [1], StructType.toString always throws an exception. This is bad because we always call toString implicitly in a String.format [2].

[1] https://github.com/google/zetasql/issues/24
[2] https://github.com/apache/beam/blob/b02a325409d55f1ecb7f9fb6ecc4f60a974c810d/sdks/java/extensions/sql/zetasql/src/main/java/org/apache/beam/sdk/extensions/sql/zetasql/translation/ExpressionConverter.java#L1010-L1012



--
This message was sent by Atlassian Jira
(v8.3.4#803005)