wirybeaver commented on PR #12238: URL: https://github.com/apache/pinot/pull/12238#issuecomment-1908900521
Deployed this change to the company's prod cluster with following config and the ERROR segments become ONLINE. ``` "fieldConfigList": [ { "name": "foo", "encodingType": "RAW", "indexTypes": [], "compressionCodec": "ZSTANDARD", "indexes": { "json": { "maxLevels": 2, "disableCrossArrayUnnest": true, "skipInvalidJson": true }, "text": {} }, "properties": { "deriveNumDocsPerChunkForRawIndex": "true", "rawIndexWriterVersion": "3", }, "tierOverwrites": null } ] ``` -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org