xiangfu0 commented on PR #18648: URL: https://github.com/apache/pinot/pull/18648#issuecomment-4606164782
Updated the implementation to use `StatMap.Type.STRING_SET` for early termination reasons, so there is no comma delimiter, string parser, or join path anymore.\n\nOn the terminology point: I kept this PR scoped to propagating the existing single-stage distinct early-termination metadata into MSQ and marking the V2 response as partial. I did not convert these distinct limits into processing errors because that would change the existing SSE semantics; today these options intentionally return partial data with metadata rather than fail the query. -- 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]
