Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-7961

MapRDBGroupScan minor refactoring

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.19.0
    • Future
    • Storage - MapRDB
    • 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

          Activity

            People

              Unassigned Unassigned
              vitalii Vitalii Diravka
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: