yuqi1129 opened a new issue, #9249: URL: https://github.com/apache/gravitino/issues/9249
### Version main branch ### Describe what's wrong https://github.com/apache/gravitino/blob/64511890324e138ecebf4e6fe65654cb8e0f491e/catalogs/hadoop-common/src/main/java/org/apache/gravitino/catalog/hadoop/fs/LocalFileSystemProvider.java#L33-L37 https://github.com/apache/gravitino/blob/00b993f0b3478cedec116e6edf3879608450602f/catalogs/hadoop-common/src/main/java/org/apache/gravitino/catalog/hadoop/fs/FileSystemUtils.java#L216-L237 As the value of `BUILTIN_HDFS_FS_PROVIDER` is `builtin-hdfs`, not `gravitino.bypass`, so any properties with prefix `graivitno.bypass` can't be trimmed. ### Error message and/or stacktrace Please see above ### How to reproduce Please see above ### Additional context Use `GRAVITINO_BYPASS` to replace `BUILTIN_HDFS_FS_PROVIDER`. -- 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]
