Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Jacob Cobbett-SmithJacob Cobbett-SmithReporter
Jacob Cobbett-SmithJacob Cobbett-SmithPriority
MajorFix versions
Pull Request URL
Details
Details
Components
Assignee
Jacob Cobbett-Smith
Jacob Cobbett-SmithReporter
Jacob Cobbett-Smith
Jacob Cobbett-SmithPriority
Fix versions
Pull Request URL
Created March 19, 2015 at 12:06 PM
Updated March 25, 2015 at 10:56 AM
Resolved March 25, 2015 at 10:56 AM
Since HPCC-13168, fixed length compressed outputs were reverted to use run-length compression (vs default LZW), unfortunately CSV and XML files that had fixed length record definitions were treated in the same way.
This meant the outputs were in effect corrupt and failed on read back.
The workaround is to use , HINT(forcelzw(true)), or #option('forcelzw', true), or configure Thor with forcelzw=true.