You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validation failure log level now is debug, which makes finding reasons of fallback difficult.
This ticket try to make it configuable, just like the way to control plan log: spark.gluten.sql.transform.logLevel and spark.gluten.sql.substrait.plan.logLevel
I propose add two new flags:
spark.gluten.sql.validate.failure.logLevel
spark.gluten.sql.validate.failure.printStack
The text was updated successfully, but these errors were encountered:
Validation failure log level now is debug, which makes finding reasons of fallback difficult.
This ticket try to make it configuable, just like the way to control plan log: spark.gluten.sql.transform.logLevel and spark.gluten.sql.substrait.plan.logLevel
I propose add two new flags:
spark.gluten.sql.validate.failure.logLevel
spark.gluten.sql.validate.failure.printStack
The text was updated successfully, but these errors were encountered: