databend
databend copied to clipboard
`StorageParams` becomes two different types on storage-hdfs
Not a issue for this PR:
StorageParams becomes two different types, if Hdfs can be toggled on and off by a feature. A binary without feature storage-hdfs can not read data written by a binary with feature storage-hdfs.
Originally posted by @drmingdrmer in https://github.com/datafuselabs/databend/pull/7789#discussion_r981913264
We should remove the feature flag on StorageParams::Hdfs.
Oh I forgot to create an issue!