Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/20567
This is kind of like what we did for whole-stage codegen. We have a conf
like `spark.sql.codegen.fallback` to decide whether we should fail fast or go
back to the slow path. I would suggest to introduce a similar conf.--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
