beliefer commented on code in PR #11205:
URL:
https://github.com/apache/incubator-gluten/pull/11205#discussion_r2583402494
##########
backends-velox/src/main/scala/org/apache/gluten/backendsapi/velox/VeloxBackend.scala:
##########
@@ -221,7 +230,8 @@ object VeloxBackendSettings extends BackendSettingsApi {
val validationChecks = Seq(
validateScheme(),
- validateFormat(),
+ validateFormat(format),
Review Comment:
Now, I remove `validateFormat` and using `validateFormats` to check them
together.
--
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]