Problem
DDL operations on table generate an error message.
code=INVALID_REQUEST msg=Could not execute ddl. detail=AnalysisException: Cannot grant to table '<DB>.<TB> because its length is longer than the max supported length (64).
Answer
Rename the tables so the dataset <DB_NAME>.<TABLE_NAME> does not exceed 64 characters.
Comments
0 comments
Please sign in to leave a comment.