File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ;
117116const bool kValidateOutputFromOperatorsDefault = false ;
118117
119118const std::string kShowTaskMetricsWhenFinished = " spark.gluten.sql.columnar.backend.velox.showTaskMetricsWhenFinished" ;
You can’t perform that action at this time.
0 commit comments