RamakrishnaChilaka commented on code in PR #21177: URL: https://github.com/apache/datafusion/pull/21177#discussion_r2998957082
########## datafusion/sqllogictest/test_files/limit.slt: ########## @@ -754,7 +754,7 @@ explain select * from testSubQueryLimit as t1 join (select * from testSubQueryLi ---- logical_plan 01)Limit: skip=0, fetch=2 -02)--Cross Join: +02)--Cross Join: 03)----SubqueryAlias: t1 Review Comment: Good catch, this was an unintended formatting change from VS Code. I’ll revert/fix it. -- 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]
