Skip to content

Fix record-level Avro doc#5880

Merged
clairemcginty merged 1 commit intomainfrom
avro-doc-types
Feb 4, 2026
Merged

Fix record-level Avro doc#5880
clairemcginty merged 1 commit intomainfrom
avro-doc-types

Conversation

@clairemcginty
Copy link
Contributor

No description provided.

// Scala 2.13.17+ resolves annotation type using `com.spotify.scio.avro.doc` alias; previous Scala
// versions (and all 2.12 versions) resolve to `com.spotify.scio.avro.types.doc`
// See: https://github.com/spotify/scio/issues/5874
private val DocTypes = Set("com.spotify.scio.avro.types.doc", "com.spotify.scio.avro.doc")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is enclosed in a private object, not a class, so shouldn't introduce serialization issues

@codecov
Copy link

codecov bot commented Feb 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.53%. Comparing base (fb98d33) to head (313ae57).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5880   +/-   ##
=======================================
  Coverage   61.52%   61.53%           
=======================================
  Files         317      317           
  Lines       11663    11662    -1     
  Branches      869      869           
=======================================
  Hits         7176     7176           
+ Misses       4487     4486    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@clairemcginty clairemcginty merged commit 52946ff into main Feb 4, 2026
12 checks passed
@clairemcginty clairemcginty deleted the avro-doc-types branch February 4, 2026 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants