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: [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]