Skip to content

Commit 2fe44e7

Browse files
committed
[GLUTEN-12377][VL] Apply clang-format to the new config declaration
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 500034b commit 2fe44e7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cpp/velox/config/VeloxConfig.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ const bool kValueStreamDynamicFilterEnabledDefault = false;
112112
/// structural consistency -- among other things that a dictionary's indexes address rows its
113113
/// base vector actually has -- and the first operator to emit a malformed vector is named.
114114
/// Debugging aid only: it costs a pass over every output batch, so it is off by default.
115-
const std::string kValidateOutputFromOperators =
116-
"spark.gluten.sql.columnar.backend.velox.validateOutputFromOperators";
115+
const std::string kValidateOutputFromOperators = "spark.gluten.sql.columnar.backend.velox.validateOutputFromOperators";
117116
const bool kValidateOutputFromOperatorsDefault = false;
118117

119118
const std::string kShowTaskMetricsWhenFinished = "spark.gluten.sql.columnar.backend.velox.showTaskMetricsWhenFinished";

0 commit comments

Comments
 (0)