Skip to content

Isolate PolarisSparkIntegrationTest #749

@adutra

Description

@adutra

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:

  // 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions