xinghuayu007 commented on code in PR #10411:
URL:
https://github.com/apache/incubator-gluten/pull/10411#discussion_r2269021138
##########
backends-velox/src/main/scala/org/apache/gluten/backendsapi/velox/VeloxListenerApi.scala:
##########
@@ -68,13 +68,28 @@ class VeloxListenerApi extends ListenerApi with Logging {
s"${COLUMNAR_VELOX_FILE_HANDLE_CACHE_ENABLED.key} should be enabled
together.")
}
+ if (
+ conf.get(COLUMNAR_VELOX_CACHE_ENABLED) &&
+ !conf.get(GLUTEN_SOFT_AFFINITY_ENABLED)
Review Comment:
GLUTEN_SOFT_AFFINITY_ENABLED is not defined in
backends-velox/src/main/scala/org/apache/gluten/config/VeloxConfig.scala.
--
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]