NVIDIA / spark-rapids

Spark RAPIDS plugin - accelerate Apache Spark with GPUs
https://nvidia.github.io/spark-rapids
Apache License 2.0
822 stars 235 forks source link

Exclude shimplify-generated files from scalastyle #11685

Closed gerashegalov closed 2 weeks ago

gerashegalov commented 2 weeks ago
gerashegalov commented 2 weeks ago

build

gerashegalov commented 2 weeks ago

verify-213-modules (400, 17) failure is due to #11684 https://github.com/apache/spark/pull/48676/files#diff-4b3394a9d90b1036245e84e844590e5a6e8dd980c21e535fa95eeb0e239cfb52R44 .

Scalastyle flagging on the generated file due to a long path to RSM.scala

error file=/home/runner/work/spark-rapids/spark-rapids/scala2.13/sql-plugin/target/spark400/generated/src/main/scala/com/nvidia/spark/rapids/RapidsShuffleManager.scala message=File line length exceeds 100 characters. line=52

no longer occurs