timsaucer commented on PR #1276: URL: https://github.com/apache/datafusion-python/pull/1276#issuecomment-3403414860
> should we roll back df.select_expr and do this instead @timsaucer , it makes sense to me to do it Yes, but no. The problem with that snippet is that I think it will fail for people (like me) who have column names that are not sql parseable. They should still work as turning into a column expression. -- 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]
