You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently ObjectStore cannot be self-registered by its path url, which is very important feature for Ballista to support remote storage, like HDFS, etc.
Describe the solution you'd like
By introduce FeatureBasedObjectStoreProvider, we can just add features for different object stores for the Ballista. And then we can detect which object store to be used by URL without do any manual object store registration.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently ObjectStore cannot be self-registered by its path url, which is very important feature for Ballista to support remote storage, like HDFS, etc.
Describe the solution you'd like
By introduce FeatureBasedObjectStoreProvider, we can just add features for different object stores for the Ballista. And then we can detect which object store to be used by URL without do any manual object store registration.
Describe alternatives you've considered
Additional context
apache/datafusion#2905
The text was updated successfully, but these errors were encountered: