timsaucer opened a new pull request, #18623: URL: https://github.com/apache/datafusion/pull/18623
## Which issue does this PR close? - Closes #18622 ## Rationale for this change If you call `select_columns` or `drop_columns` and you pass an invalid column name, you should get an error. In 50.3 the unit tests I have updated will pass but in the current branch for 51 release candidate they fail. ## What changes are included in this PR? Adds validation of column names. Updates unit tests. ## Are these changes tested? Yes, included. Also tested with datafusion-python. -- 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]
