exasol / cloud-storage-extension

Exasol Cloud Storage Extension for accessing formatted data Avro, Orc and Parquet, on public cloud storage systems
MIT License
7 stars 11 forks source link

Add option to truncate strings #196

Closed morazow closed 2 years ago

morazow commented 2 years ago

Situation

Exasol databases allows only strings with maximum size of 2000000. However, sometimes user may want to truncate the string during import, even if looses parts of the string.

We should add an option to get the substring(0, 2000000) if user parameter is set.

Acceptance Criteria