PHILO-HE commented on PR #8829: URL: https://github.com/apache/incubator-gluten/pull/8829#issuecomment-2683928536
> @PHILO-HE We still require this support on the Gluten side. Velox's ViewFS is only supported on a single node and does not extend to cross-node clusters, making it unsuitable for @wangyum environment. @JkSelf, I understand Velox doesn't fully support ViewFS, so path resolving is required before plan execution. But during scan validation, as ViewFS path will always be supported by HDFS file system if it's registered (it's guaranteed by `allSupportedByRegisteredFileSystems`), it seems unnecessary to do a path resolving here. -- 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]
