Description
We are using Univocity parser in the CSV data source in Spark. The parser has a fairly small limit for maximum number of characters per column. Spark's CSV data source updates it but it is not exposed to user. There are still use cases where the limit is too small. I think we should just expose it as an option. I suggest "maxCharsPerColumn" for the option.