PHILO-HE commented on issue #6368:
URL:
https://github.com/apache/incubator-gluten/issues/6368#issuecomment-2283136069
@xushichangdesmond, @ArnavBalyan, if we only care about sensitive
information in Spark config, maybe, we can just locate the code places where
Spark config properties are printed and redact the log there.
See the below Gluten's log when I run a test.
```
VeloxRuntime.cc:142] VeloxRuntime session config:
[spark.sql.session.timeZone, Asia/Shanghai]
[spark.gluten.ugi.tokens, ]
[spark.sql.files.ignoreMissingFiles, false]
[spark.sql.caseSensitive, false]
[spark.gluten.memory.task.offHeap.size.in.bytes, 17895697066]
[spark.gluten.sql.columnar.backend.velox.window.type, sort]
[spark.gluten.sql.session.timeZone.default, Etc/UTC]
[spark.gluten.ugi.username, root]
[spark.gluten.sql.debug, true]
```
--
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]