icelake
icelake copied to clipboard
iceberg spec requires to store absolute path of file
Yes, the iceberg spec requires to store absolute path of file. "s3a" can be recognized by hdfs client while "s3" can't, so the be best compatible with other systems, we should keep it.
Originally posted by @liurenjie1024 in https://github.com/icelake-io/icelake/pull/118#discussion_r1280491927
OpenDAL will normalize all s3 alike services to s3, but hdfs and other java implementations not.
Closing for https://github.com/icelake-io/icelake/issues/279