参考配置
// for jdbc
alter session set limits.single_field_size_bytes = 99000;
// for system
alter system set limits.single_field_size_bytes = 99000;
参考资料
https://community.dremio.com/t/how-to-handle-dremio-limit-32000-bytes-of-a-field/6315/7