VedantSawant616 commented on issue #18344: URL: https://github.com/apache/datafusion/issues/18344#issuecomment-3462796907
this finding invalidates the earlier assumption that the query should fail during planning. the query is clearly valid, through successful execution of the cte version. this points to a regression , the v48 behavior (matching the current cte behavior) appears to be the correct and expected one. the issue likely lies in how the `null ` data type is inferred or handled in the execution plan, depending on whether the data comes from a persisted table or an in-memory cte. -- 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]
