You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting table index configs, Pinot documentation recommends deprecating usage of single-column index configurations in favor of the Field Config List.
However, when attempting to migrate an existing table from the deprecated format, these settings are not respected. For example, using an old table config, dictionary indexes are disabled:
Making the table config change and triggering a table reload creates new dictionary indexes even though they are specified as disabled. Adding the property "encodingType": "RAW" also does not resolve this issue.
The text was updated successfully, but these errors were encountered:
When setting table index configs, Pinot documentation recommends deprecating usage of single-column index configurations in favor of the Field Config List.
However, when attempting to migrate an existing table from the deprecated format, these settings are not respected. For example, using an old table config, dictionary indexes are disabled:
Updating to a new definition:
Making the table config change and triggering a table reload creates new dictionary indexes even though they are specified as disabled. Adding the property
"encodingType": "RAW"
also does not resolve this issue.The text was updated successfully, but these errors were encountered: