mapshen commented on issue #7694: URL: https://github.com/apache/pinot/issues/7694#issuecomment-961270251
@Jackie-Jiang it doesn't seem explain why we don't experience such an issue with tables without having `upsert` enabled. Even in this `table1`, we only receive the error with ``` select * from table1 limit 10 ``` The error will not show up if we do ``` select * from table1 limit 10 option (skipUpsert=True) ``` That said, maybe we are doing the reload incorrectly? Can you let us know the right way to do it? Also, what is the right way to restart the server so that a consuming segment can be closed and persisted to disk? -- 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]
