com.nvidia.spark.rapids
InputFileBlockRule is to prevent the SparkPlans [SparkPlan (with first input_file_xxx expression), FileScan) to run on GPU
See https://github.com/NVIDIA/spark-rapids/issues/3333
Check the Expression is or has Input File expressions.
expression to check
true or false
InputFileBlockRule is to prevent the SparkPlans [SparkPlan (with first input_file_xxx expression), FileScan) to run on GPU
See https://github.com/NVIDIA/spark-rapids/issues/3333