Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.19.0
-
None
Description
Separate User workspace is not supported for MapR-DB due to specific format plugin implementation. It can be improved, but the change needs to be verified.
MapRDBGroupScan#getStorageConfig() can be the similar as for other format plugins:
@JsonProperty("storage") public StoragePluginConfig getStorageConfig() { return formatPlugin.getStorageConfig() }
See TODO inĀ MapRDBGroupScan#getStorageConfig() method.
But it requires verifying: checking JSON Group Scan for MapR-DB
Then this improvement will allow to eliminate usingĀ TableFormatPlugin#getStoragePlugin() method fully.
Attachments
Issue Links
- relates to
-
DRILL-7871 StoragePluginStore instances for different users
- Reviewable