Yohahaha commented on code in PR #6793:
URL: https://github.com/apache/incubator-gluten/pull/6793#discussion_r1718274662


##########
cpp/core/config/GlutenConfig.cc:
##########
@@ -16,12 +16,28 @@
  */
 
 #include <jni.h>
-
+#include <optional>
+#include <regex>
 #include "compute/ProtobufUtils.h"
 #include "config.pb.h"
 #include "jni/JniError.h"
 
+namespace {
+
+const std::string REGEX_REDACT_KEY = "spark.gluten.redaction.regex";

Review Comment:
   All configs from GlutenConfig.scala should mapping to 
GlutenConfig.h/VeloxConfig.h, let's keep config consistent.



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