jonahgao commented on issue #13659: URL: https://github.com/apache/datafusion/issues/13659#issuecomment-2520459565
This should be a LATERAL JOIN, with the LATERAL keyword omitted. We do not support it yet. As stated in the PostgreSQL [documentation](https://www.postgresql.org/docs/current/queries-table-expressions.html#QUERIES-LATERAL). > Table functions appearing in FROM can also be preceded by the key word LATERAL, but for functions the key word is optional; -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org