You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Vitalii Diravka (Jira)" <ji...@apache.org> on 2021/07/01 21:38:00 UTC

[jira] [Updated] (DRILL-7961) MapRDBGroupScan minor refactoring

     [ https://issues.apache.org/jira/browse/DRILL-7961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vitalii Diravka updated DRILL-7961:
-----------------------------------
    Summary: MapRDBGroupScan minor refactoring  (was: MapRDBGroupScan refactoring)

> MapRDBGroupScan minor refactoring
> ---------------------------------
>
>                 Key: DRILL-7961
>                 URL: https://issues.apache.org/jira/browse/DRILL-7961
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Storage - MapRDB
>    Affects Versions: 1.19.0
>            Reporter: Vitalii Diravka
>            Priority: Minor
>             Fix For: Future
>
>
> 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:
> {code:java}
> @JsonProperty("storage")
> public StoragePluginConfig getStorageConfig() {
>   return formatPlugin.getStorageConfig()
> }
> {code}
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)