tomscut opened a new pull request, #11602:
URL: https://github.com/apache/incubator-gluten/pull/11602
<!--
Thank you for submitting a pull request! Here are some tips:
1. For first-time contributors, please read our contributing guide:
https://github.com/apache/incubator-gluten/blob/main/CONTRIBUTING.md
2. If necessary, create a GitHub issue for discussion beforehand to avoid
duplicate work.
3. If the PR is specific to a single backend, include [VL] or [CH] in the PR
title to indicate the
Velox or ClickHouse backend, respectively.
4. If the PR is not ready for review, please mark it as a draft.
-->
## What changes are proposed in this pull request?
Fix MatchError when processing event logs from HDFS by adding explicit
pattern matching for `hdfs:// `URIs in HadoopFileSource.
Previously, `hdfs://`paths would cause MatchError crashes.
This enables users to directly specify HDFS paths like:
`hdfs://namenode:8020/spark-logs/.`

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