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

feat(selectors): parse Python types in s.of_type #9356

Merged

Conversation

deepyaman
Copy link
Contributor

Description of changes

Make the is-class check more specific, ensuring the class is an Ibis data type, to avoid catching other inputs (like Python types).

Issues closed

Resolves #9355

@deepyaman deepyaman requested a review from gforsyth June 11, 2024 15:53
@cpcloud cpcloud added this to the 9.1 milestone Jun 11, 2024
@cpcloud cpcloud added feature Features or general enhancements datatypes Issues relating to ibis's datatypes (under `ibis.expr.datatypes`) ux User experience related issues labels Jun 11, 2024
@cpcloud cpcloud merged commit c0ebdc8 into ibis-project:main Jun 11, 2024
80 checks passed
@deepyaman deepyaman deleted the feat/selectors/parse-python-types branch June 12, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datatypes Issues relating to ibis's datatypes (under `ibis.expr.datatypes`) feature Features or general enhancements ux User experience related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(selectors): parse Python types in s.of_type
2 participants