Skip to content

Conversation

andrew-coleman
Copy link
Member

Enable the -Xfatal-warnings flag for the Scala compiler to turn warnings into errors (i.e. fail the build).
Suppress this warning for the case where the spark converter is handling deprecated substrait enum values in the Join relation. We still want the converter to hande this legacy value without throwing an exception.

Resolves #321

Enable the `-Xfatal-warnings` flag for the Scala compiler to
turn warnings into errors (i.e. fail the build).
Suppress this warning for the case where the spark converter
is handling deprecated substrait enum values in the Join relation.
We still want the converter to hande this legacy value without
throwing an exception.

Signed-off-by: Andrew Coleman <[email protected]>
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.

ci: handle warnings in compileScala as errors
2 participants