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

[jira] [Updated] (BEAM-9713) hints should be rejected

     [ https://issues.apache.org/jira/browse/BEAM-9713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Pilloud updated BEAM-9713:
---------------------------------
    Status: Open  (was: Triage Needed)

> hints should be rejected
> ------------------------
>
>                 Key: BEAM-9713
>                 URL: https://issues.apache.org/jira/browse/BEAM-9713
>             Project: Beam
>          Issue Type: Bug
>          Components: dsl-sql-zetasql
>            Reporter: Andrew Pilloud
>            Priority: Trivial
>              Labels: zetasql-compliance
>
> five failures in shard 32
> {code}
> Expected: ERROR: generic::invalid_argument: Unsupported hint: invalid_hint
>   Actual: ARRAY<STRUCT<i INT64>>[{123}]
> {code}
> {code}
> @{ invalid_hint=5 } select i from t
> ----
> select @{ invalid_hint=5 } i from t
> ----
> select i from t @{ invalid_hint=5 }
> ----
> select i from t group @{ invalid_hint=5 } by 1
> ----
> select i from t group @{ num_shards='abc' } by 1
> {code}



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