We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wish would make it possible to use Maven test phase without a prior install despite using aggregator modules as a dependency.
New developers routinely run into
Couldn't download artifact: Failure to find com.nvidia:rapids-4-spark-aggregator_2.12:jar:spark311:22.12.0-SNAPSHOT
when executing mvn test
mvn test
Current procedure for running a single test:
$ mvn clean install -pl tests -am -DskipTests $ mvn test -pl tests -Dsuites='com.nvidia.spark.rapids.CastOpSuite @ cast string to decimal (include NaN/INF/-INF)'
The text was updated successfully, but these errors were encountered:
Resolved via #9698
Sorry, something went wrong.
No branches or pull requests
I wish would make it possible to use Maven test phase without a prior install despite using aggregator modules as a dependency.
New developers routinely run into
when executing
mvn test
Current procedure for running a single test:
The text was updated successfully, but these errors were encountered: