aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/schema/read_schema_change_other.sql
blob: eb96315c2abe55136049b50c18f5a07855b27464 (plain) (blame)
1
2
/* custom error:It is forbidden to specify the column '_other'*/
select * from plato.Input with schema Struct<_other:Yson>;