marin-ma commented on code in PR #12451:
URL: https://github.com/apache/gluten/pull/12451#discussion_r3529644627
##########
backends-velox/src/main/scala/org/apache/gluten/config/VeloxConfig.scala:
##########
@@ -93,6 +93,8 @@ class VeloxConfig(conf: SQLConf) extends GlutenConfig(conf) {
def cudfEnableValidation: Boolean = getConf(CUDF_ENABLE_VALIDATION)
+ def cudfAllowCpuFallback: Boolean = getConf(CUDF_ALLOW_CPU_FALLBACK)
Review Comment:
This is not needed.
--
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]