Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Incomplete complex type:
The definition of "ARRAY
" type is incomplete. You must provide an element type. For example: "ARRAY<elementType>
".
The definition of "MAP
" type is incomplete. You must provide a key type and a value type. For example: "MAP
<TIMESTAMP
, INT
>".
The definition of "STRUCT
" type is incomplete. You must provide at least one field type. For example: "STRUCT
<name STRING
, phone DECIMAL
(10, 0)>".