Skip to content

Abris #256 support for Scala 2.13#260

Merged
cerveada merged 5 commits into
masterfrom
feature/abris-256-scala-2-13-support
Dec 21, 2021
Merged

Abris #256 support for Scala 2.13#260
cerveada merged 5 commits into
masterfrom
feature/abris-256-scala-2-13-support

Conversation

@cerveada

Copy link
Copy Markdown
Collaborator

fixes #256

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

@kevinwallimann kevinwallimann left a comment

Copy link
Copy Markdown
Collaborator

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