Skip to content

Conversation

@li-yi-dong
Copy link

For HDFS url with hostname like hdfs://hostname/user/xxx, the function resolve_pattern would drop the hostname, and outputs hdfs:///user/xxx. This may break later file operations by trying to connect to wrong HDFS cluster.

@li-yi-dong li-yi-dong changed the title add HDFS hostname to protocol prefix Bug fix: Add HDFS hostname to protocol prefix Jan 9, 2026
@lhoestq
Copy link
Member

lhoestq commented Jan 9, 2026

Hi ! is it related to #7934 ?

It's not clear to me why the protocol would need this, given hostname should be present in pattern already

resolve_pattern("hdfs://hostname/user/xxx", ...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants