marin-ma commented on PR #6044: URL: https://github.com/apache/incubator-gluten/pull/6044#issuecomment-2164302660
Just found this issue only happens when I set `spark.gluten.sql.debug=true` and `spark.gluten.sql.columnar.backend.velox.glogSeverityLevel=1`. Setting `spark.gluten.sql.columnar.backend.velox.glogSeverityLevel` > 0 (FLAGS_minloglevel) will mute all VLOG, but the logged strings are still constructed. This behavior of `VLOG` seems to be very tricky. @zhztheplayer Can we merge this patch? Those logs are for debugging purpose. -- 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]
