paul-rogers commented on PR #13793: URL: https://github.com/apache/druid/pull/13793#issuecomment-1459114229
After some offline discussions, it was felt that fixing this issue (by allowing `LATEST(x)` with MSQ) is unnecessary and overly complex. Instead, the original goal is wanted instead (disallow `LATEST(x)` in MSQ statements that do not finalize results.) Adding `LATEST(x)` support can be seen as a feature request for another time. The simplest solution is to disallow `LATEST(.)` if the engine is MSQ. There are finer points, but we can use the crude-but-effective solution for now. -- 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]
