Yohahaha commented on code in PR #7610:
URL: https://github.com/apache/incubator-gluten/pull/7610#discussion_r1808042612
##########
gluten-substrait/src/main/scala/org/apache/gluten/extension/GlutenPlan.scala:
##########
@@ -55,7 +55,6 @@ object ValidationResult {
/** Every Gluten Operator should extend this trait. */
trait GlutenPlan extends SparkPlan with Convention.KnownBatchType with
LogLevelUtil {
- private lazy val validationLogLevel = glutenConf.validationLogLevel
private lazy val printStackOnValidationFailure =
glutenConf.printStackOnValidationFailure
protected lazy val enableNativeValidation = glutenConf.enableNativeValidation
Review Comment:
nit: would you also fix these configs?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]