aditanase commented on PR #15201: URL: https://github.com/apache/datafusion/pull/15201#issuecomment-2736555564
@jayzhan211 can you try with a 3rd view? 2 levels were also working on the original inlining code. Here you only need to inline v inside v2 and you get the final plan. if you had v3 -> v2 -> v -> t, then if you just inline v2, you will get a logical plan that will have v as a leaf node instead of t. -- 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