tool · inferred from evidence
ColumnEncodingUtility
A utility tool for schema compression analysis in Redshift.
- Fix analyze-schema-compression.py crash on reserved-word column names
The Redshift ColumnEncodingUtility's analyze-schema-compression.py crashed when a column was named with a reserved word such as time, because the generated INSERT SELECT did not quote the identifier properly. The maintainer reproduced it an