-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething is not working as expectedSomething is not working as expected
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething is not working as expectedSomething is not working as expected