Skip to content

[BUG] [AutoSparkUT][spark330] RapidsSQLQuerySuite.scala 'SPARK-33084: Add jar support Ivy URI in SQL' fails intermitently #14777

@parthosa

Description

@parthosa

Describe the bug
Build: rapids_nightly-dev-github/1696

The spark 330 unit test job against cuda12 failed on worker w0. Maven reported 1 failed test out of 4987 in module rapids-4-spark-tests_2.12. The failing suite is RapidsParquetCompressionCodecPrecedenceSuite, test 'Rapids - Create parquet table with compression'. The log shows repeated IllegalArgumentException 'Codec [aa] is not available' thrown from GpuParquetFileFormat.tagGpuSupport via GpuOverrideUtil while applying GPU overrides. Other parallel shims in the same nightly build passed.

Error logs:

- Test `spark.sql.parquet.compression.codec` config
- [SPARK-21786] Test Acquiring 'compressionCodecClassName' for parquet in right order.
- Create parquet table with compression !!! IGNORED !!!
ERROR GpuOverrideUtil: Encountered an exception applying GPU overrides java.lang.IllegalArgumentException: Codec [aa] is not available. Available codecs are brotli, uncompressed, lz4, gzip, lzo, snappy, none, zstd.
java.lang.IllegalArgumentException: Codec [aa] is not available. Available codecs are brotli, uncompressed, lz4, gzip, lzo, snappy, none, zstd.
    at org.apache.spark.sql.execution.datasources.parquet.ParquetOptions.<init>(ParquetOptions.scala:59)
    at com.nvidia.spark.rapids.GpuParquetFileFormat$.tagGpuSupport(GpuParquetFileFormat.scala:54)
    at com.nvidia.spark.rapids.shims.CreateDataSourceTableAsSelectCommandMeta.tagSelfForGpuInternal(CreateDataSourceTableAsSelectCommandMetaShims.scala:64)
    ...
    at o.a.s.sql.execution.datasources.parquet.ParquetCompressionCodecPrecedenceSuite.checkCompressionCodec(ParquetCompressionCodecPrecedenceSuite.scala:95)
- Rapids - Create parquet table with compression
Run completed in 57 minutes, 19 seconds.
Total number of tests run: 4987
Suites: completed 252, aborted 0
Tests: succeeded 4986, failed 1, canceled 87, ignored 605, pending 0
*** 1 TEST FAILED ***
[INFO] RAPIDS Accelerator for Apache Spark Tests .......... FAILURE [59:32 min]
[ERROR] Failed to execute goal org.scalatest:scalatest-maven-plugin:2.0.2:test (test) on project rapids-4-spark-tests_2.12: There are test failures

Environment details

  • Shim: spark330
  • CUDA: cuda12
  • JDK: 17 (OpenJDK 17.0.18)
  • Scala: 2.12
  • Failing module: rapids-4-spark-tests_2.12

Metadata

Metadata

Assignees

Labels

bot_watchSlack bot watched issue for LLM analyzer

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions