jackylee-ch commented on code in PR #8422:
URL: https://github.com/apache/incubator-gluten/pull/8422#discussion_r1904905741


##########
shims/common/src/main/scala/org/apache/gluten/config/GlutenConfig.scala:
##########
@@ -1776,6 +1778,13 @@ object GlutenConfig {
       .booleanConf
       .createOptional
 
+  val NOOP_WRITER_ENABLED =
+    buildConf("spark.gluten.sql.noop.writer.enabled")

Review Comment:
   > Curious why we need this config? Can we just use it for suitable case? If 
some Spark UT checks failed, we may modify it to adapt to Gluten's plan.
   
   Currently just for suite cases.



-- 
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]

Reply via email to