I have a Table with column of type:
ARRAY<STRING(36)>
All data have a value, but i can not set NOT NULL.
ALTER TABLE Organizations ALTER COLUMN superfinUsersList ARRAY<STRING(36)> NOT NULL
error: Cannot add NOT NULL to column Organizations.superfinUsersList
Unfortunately this functionality for Arrays is not currently supported, so the error message is correct, and documentation will be updated to reflect this.