• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

snowplow / schema-ddl / 12315750262

13 Dec 2024 12:28PM UTC coverage: 80.68% (+0.4%) from 80.314%
12315750262

Pull #215

github

spenes
Redshift: use zstd compression encoding instead text255 with the columns for enum fields (#215)

Currently, we make the compression encoding of the columns for enum fields text255.
However, text255 doesn't allow to alter the column therefore we get exception while
trying to resize the column. In order to solve this problem, we decided to use zstd
compression encoding with enum fields as well.

Encoding of the newly created columns for enum fields will be zstd after this change
however compression encoding of the existing columns won't be updated after this
change and we will continue to get exception when those columns are tried to be resized.
Those exception will be caught and ignored in RDB Loader.
Pull Request #215: Redshift: use zstd compression encoding instead text255 with the columns for enum fields

1282 of 1589 relevant lines covered (80.68%)

0.81 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

83.33
/modules/core/src/main/scala/com.snowplowanalytics/iglu.schemaddl/parquet/Caster.scala


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc