Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abris #256 support for Scala 2.13 #260

Merged
merged 5 commits into from
Dec 21, 2021

Conversation

cerveada
Copy link
Collaborator

fixes #256

@cerveada cerveada marked this pull request as ready for review December 20, 2021 13:50
Copy link
Collaborator

@kevinwallimann kevinwallimann left a comment

Choose a reason for hiding this comment

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

I saw these two deprecation warnings

  • ConfluentKafkaAvroReader.scala:59: warning: symbol literal is deprecated; use Symbol("data") instead
  • ConfluentKafkaAvroWriter.scala:62: warning: symbol literal is deprecated; use Symbol("value") instead

Actually, there are a lot more instances of this in the tests.

Also this

  • CatalystAvroConversionSpec.scala:54: warning: procedure syntax is deprecated: instead, add : Unit = to explicitly declare beforeEach's return type
  • SchemaEvolutionSpec.scala:43: warning: procedure syntax is deprecated: instead, add : Unit = to explicitly declare beforeEach's return type

You can get the complete output with
mvn clean test -Pspark-3.2,scala-2.13 -DaddScalacArgs=-deprecation

@cerveada cerveada merged commit de286a7 into master Dec 21, 2021
@cerveada cerveada deleted the feature/abris-256-scala-2-13-support branch December 21, 2021 14:44
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.

Add Scala 2.13 support
2 participants