Github user jcesart20 commented on the pull request:
https://github.com/apache/drill/commit/745bcd1f378397d921860eeba382530483644cd3#commitcomment-23958024
Hi,
We are working with a dataset with columns of large Strings on it, and we
are having the error "UNSUPPORTED_OPERATION ERROR: Trying to write something
big in a column columnIndex 0 Limit 65536 Failure while reading file ..."
There is a validation using MAX_FIELD_LENGTH
Why this validation use this specific value MAX_FIELD_LENGTH = 1024 * 64?
Is possible handle large Strings like as used to represent wkt Geometries?
Regards!
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---