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

Some data types can't be filtered on #956

Closed
wjones127 opened this issue Jun 8, 2023 · 2 comments · Fixed by #957
Closed

Some data types can't be filtered on #956

wjones127 opened this issue Jun 8, 2023 · 2 comments · Fixed by #957
Labels
enhancement New feature or request

Comments

@wjones127
Copy link
Contributor

For example, we don't support filtering on dates and timestamps.

This is mostly because literals seem to always be strings, floats, or integers. We may need to cast literals in comparisons to match the right type.

@wjones127 wjones127 added the enhancement New feature or request label Jun 8, 2023
@wjones127
Copy link
Contributor Author

Related to #878

@wjones127
Copy link
Contributor Author

We could also support cast() in expressions, which will provide some workaround for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant