Tsung-Ju Lii created RANGER-3394:
------------------------------------
Summary: Too much `varchar(4000)` causes table to exceed ROW SIZE
limit in MySQL
Key: RANGER-3394
URL: https://issues.apache.org/jira/browse/RANGER-3394
Project: Ranger
Issue Type: Bug
Components: build-infra
Reporter: Tsung-Ju LiiThe patch is just substituting all occurrences of `varchar(4000)` with `TEXT`. Probably not the best way to do this but it works for me. -- This message was sent by Atlassian Jira (v8.3.4#803005)
