chrischall
chrischall
I also noticed that on Linux, we do not encounter (or are otherwise somehow ignoring) the checksum error. As a result, only the first gzip portion of the concatenated content...
As a workaround, we manual gunzip and gzip the file to convert it to a single gzip file: ``` try { var temp = Files.createTempFile(null, null); try (var input =...
> Care to elaborate what this change achieves other than delaying the lookup? Apologies. Our application connects to Redshift which is compatible with PostgreSQL 8.0.2. Unfortunately, that version does not...