You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bugfix: select_columns should validate column names (#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.
0 commit comments