rodolphogarrido commented on issue #11127:
URL: https://github.com/apache/pinot/issues/11127#issuecomment-1645466471
Hi @Jackie-Jiang, thank you very much for replying.
After adding the ingestion type as `APPEND`, the error stopped and Pinot was
able to merge the segments.
```json
"ingestionConfig": {
"batchIngestionConfig": {
"segmentIngestionType": "APPEND",
"segmentIngestionFrequency": "DAILY"
},
"transformConfigs": []
},
```
It was possible to reproduce the error by removing the configuration above,
and "fix" it after putting it back.
Thank you very much for the help!
--
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]