wolfkill opened a new pull request, #18616: URL: https://github.com/apache/pinot/pull/18616
Fixes #15204 ## Summary - Handle Calcite `SqlWindow` operands while compiling PinotQuery expressions, so table-name resolution does not crash on `OVER` window definitions. - Add regression coverage for extracting table names from a multi-stage `LAG(...) OVER (...)` query. ## Testing - `JAVA_HOME=/opt/homebrew/opt/openjdk@21/libexec/openjdk.jdk/Contents/Home ./mvnw -pl pinot-common -am -Dtest=RequestUtilsTest,TableNameExtractorTest -Dsurefire.failIfNoSpecifiedTests=false test` - `git diff --check` -- 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]
