Compressed CSV and XML outputs, incorrectly treated as fixed length

Description

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.

Conclusion

None

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Fix versions

Created March 19, 2015 at 12:06 PM
Updated March 25, 2015 at 10:56 AM
Resolved March 25, 2015 at 10:56 AM