Jackie-Jiang opened a new pull request, #9543: URL: https://github.com/apache/pinot/pull/9543
## Release Notes Added `jsonIndexConfigs` (map from column to config) under `tableIndexConfig`. The following configs are added to json column: - `maxLevels`: max levels to flatten the json object (#9476), int, default -1 (unlimited levels) - `excludeArray`: do not flatten array, boolean, default false - `disableCrossArrayUnnest`: do not unnest multiple arrays (unique combination of all elements), boolean, default false - `includePaths`: only flatten the given paths, set of strings, default null (include all paths), example `["$.a.b", "$.a.c[*]"]` - `excludePaths`: exclude the given paths when flattening, set of strings, default null (include all paths), example `["$.a.b", "$.a.c[*]"]` - `excludeFields`: exclude the given fields when flattening, set of strings, default null (include all paths), example `["b", "c"]` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
