adutra opened a new issue, #749:
URL: https://github.com/apache/polaris/issues/749
### Is your feature request related to a problem? Please describe.
This test imports a bunch of `org.apache.spark.*` classes and because of
that, causes trouble with dependencies:
```kotlin
// required for PolarisSparkIntegrationTest
testImplementation(enforcedPlatform(libs.scala212.lang.library))
testImplementation(enforcedPlatform(libs.scala212.lang.reflect))
testImplementation(libs.javax.servlet.api)
testImplementation(libs.antlr4.runtime)
```
The above dependences, and in particular Antlr, prevents us from using
`enforcedPlatform` on Quarkus BOM.
### Describe the solution you'd like
We need to isolate this test in its own configuration and/or module.
### Describe alternatives you've considered
_No response_
### Additional context
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]