Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor: move Column related tests and rename column.rs #11573

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

jonahgao
Copy link
Member

Which issue does this PR close?

N/A

Rationale for this change

These tests belong to Column. It would be better to put them together.

What changes are included in this PR?

Move tests

Are these changes tested?

Yes

Are there any user-facing changes?

No

@github-actions github-actions bot added the physical-expr Physical Expressions label Jul 20, 2024
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me -- thanks @jonahgao

@@ -100,49 +100,3 @@ impl PartialEq<dyn Any> for UnKnownColumn {
false
}
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like datafusion/physical-expr/src/expressions/column.rs could also be renamed to datafusion/physical-expr/src/expressions/unknown_column.rs or datafusion/physical-expr/src/expressions/unknown.rs to better match its contents

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renamed it to unknown_column.rs in f4407ac

@jonahgao jonahgao changed the title Minor: move Column related tests Minor: move Column related tests and rename column.rs Jul 22, 2024
@alamb
Copy link
Contributor

alamb commented Jul 22, 2024

🚀

@alamb alamb merged commit 4417a94 into apache:main Jul 22, 2024
25 checks passed
@jonahgao jonahgao deleted the move_column_test branch July 22, 2024 14:26
Lordworms pushed a commit to Lordworms/arrow-datafusion that referenced this pull request Jul 23, 2024
* Minor: move `Column` related tests

* Rename column.rs to unknown_column.rs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
physical-expr Physical Expressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants