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

snowplow / schema-ddl / 12315750262
81%
master: 81%

Build:
Build:
LAST BUILD BRANCH: fix-ipv6
DEFAULT BRANCH: master
Ran 13 Dec 2024 12:37PM UTC
Jobs 1
Files 42
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

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

Uncovered Existing Lines

Lines Coverage ∆ File
1
83.33
0.0% modules/core/src/main/scala/com.snowplowanalytics/iglu.schemaddl/parquet/Caster.scala
1
78.89
0.0% modules/core/src/main/scala/com.snowplowanalytics/iglu.schemaddl/redshift/internal/ColumnTypeSuggestions.scala
1
84.0
-4.0% modules/core/src/main/scala/com.snowplowanalytics/iglu.schemaddl/redshift/package.scala
1
71.43
0.0% modules/core/src/main/scala/com.snowplowanalytics/iglu.schemaddl/jsonschema/circe/StringCodecs.scala
1
86.36
-0.91% modules/core/src/main/scala/com.snowplowanalytics/iglu.schemaddl/jsonschema/mutate/Widened.scala
2
58.33
-16.67% modules/core/src/main/scala/com.snowplowanalytics/iglu.schemaddl/jsonschema/circe/CommonCodecs.scala
Jobs
ID Job ID Ran Files Coverage
1 12315750262.1 13 Dec 2024 12:37PM UTC 42
80.68
GitHub Action Run
Source Files on build 12315750262
  • Tree
  • List 42
  • Changed 15
  • Source Changed 1
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #215
  • PR Base - master (#12008312895)
  • Delete
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