dqkqd commented on issue #18102: URL: https://github.com/apache/datafusion/issues/18102#issuecomment-3493941636
> @dqkqd do you know if your PR https://github.com/apache/datafusion/pull/18286 will also fix this or should we raise a new issue for it? (I'm in favour of raising a new issue instead of adding more to the PR if it requires a separate fix) No I wasn't trying to fix the aliases, but I bisected and found that #17986 resolved that. The commit before it (a8373d2) failed: ``` DataFusion CLI v50.3.0 > prepare myplan as select $1 as one, $2 as two; Schema error: No field named one. ``` -- 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]
