v.24.11Improvement

Support HDFS File Writing with Spaces

Support writing HDFS files with spaces. #71105 (exmy).
Support for writing files to HDFS with filenames containing spaces.

Why it matters

This feature addresses the limitation where HDFS file paths with spaces were previously unsupported, enabling users to work seamlessly with files that have spaces in their names. It enhances compatibility and usability when interacting with HDFS storage.

How to use it

Users can now specify HDFS file paths that include spaces without any additional configuration. Simply use the desired filename containing spaces in the HDFS path when writing data.