shounakmk219 opened a new pull request, #10716: URL: https://github.com/apache/pinot/pull/10716
The PR addresses the bug raised in the issue [#10675](https://github.com/apache/pinot/issues/10675) The changes include: 1. Rename the `examples/stream/githubEvents` directory to `examples/stream/pullRequestMergedEvents` as the files it contains creates a table named `pullRequestMergedEvents` 2. Copy the `examples/minions/stream/githubEvents` table to `examples/stream/githubEvents` so that we avoid the `RealtimeToOfflineSegmentsTask` which is present in the minions sub path table config and leads to the exception logs mentioned in the linked issue 3. Increase the `retentionTimeValue` for `githubEvents` table to 15 years as the table contains data from 2021. -- 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