When clustering my Wikipedia pageviews tables I got the error:
Clustering encountered a key that is longer than the maximum allowed limit of 1024 bytes.
Context: https://medium.com/google-cloud/bigquery-optimized-cluster-your-tables-65e2f684594b
(I'm clustering by
CREATE TABLE `fh-bigquery.wikipedia_v3.pageviews_2017`
PARTITION BY DATE(datehour)
CLUSTER BY wiki, title
...
)