NVIDIA / spark-rapids-benchmarks

Spark RAPIDS Benchmarks – benchmark sets and utilities for the RAPIDS Accelerator for Apache Spark
Apache License 2.0
36 stars 27 forks source link

Add -N to skip the input wait for patching #184

Closed GaryShen2008 closed 6 months ago

GaryShen2008 commented 6 months ago

The original command used "cat *.patch | patch -R -p1" to unapply the patches first, but at the first running, there's no matched patch changes in the source code, so it'll ask for user input to confirm.

Use "-N" to make the command silent to skip the user input.

Close https://github.com/NVIDIA/spark-rapids-benchmarks/issues/173