agubichev commented on PR #42705: URL: https://github.com/apache/spark/pull/42705#issuecomment-1716132670
> Thanks for adding this! Can we also enable certain PostgreSQL tests, such as `postgreSQL/join.sql`, and see if the results match? > > ``` > select * from > text_tbl t1 > left join int8_tbl i8 > on i8.q2 = 123, > lateral (select i8.q1, t2.f1 from text_tbl t2 limit 1) as ss > where t1.f1 = ss.f1; > ``` Added several tests from there and verified results against PostgreSQL -- 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]
