ERROR | ORDER BY and CLUSTER BY clauses require a PARTITION BY clause |
CAUSE | An attempt was made to specify an ORDER BY or CLUSTER BY clause without also specifying a PARTITION BY clause. |
ACTION | Add a PARTITION BY clause, or remove the ORDER BY or CLUSTER BY clause. |