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:42:00 UTC

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

Andrew Pilloud created BEAM-9713:
------------------------------------

             Summary: 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


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)