Skip to content

MV encoding config not working #12207

@ksnijjer

Description

@ksnijjer

This is related to #11993, while this config works

"fieldConfigList": [
      {
        "name": "col_name",
        "encodingType": "DICTIONARY",
        "compressionCodec": "MV_ENTRY_DICT"
      }]

this format doesn't seem to work

"fieldConfigList": [
{
  "name": "service_code",
  "encodingType": "DICTIONARY",
  "indexes": {
    "forward": {
      "dictIdCompressionType": "MV_ENTRY_DICT"
    }
  }
} ]

@Jackie-Jiang can we check on this one?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething is not working as expected

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions