We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Cannot compile datafusion-physical-expr crate when regex_expressions feature is disabled. This occurs on version 20.0.0.
datafusion-physical-expr
regex_expressions
To Reproduce Disable default features, then try to build the project.
Expected behavior If something is hidden behind feature flag, that means It's not required. Then It shouldn't stop project from building.
The text was updated successfully, but these errors were encountered:
If something is hidden behind feature flag, that means It's not required. Then It shouldn't stop project from building.
I agree
I think I may have fixed this (by accident) in #5536 #5536 (comment)
However, I don't think there is CI coverage. It would be great to add coverage
Sorry, something went wrong.
Will bo covered by #15155
No branches or pull requests
Describe the bug
Cannot compile
datafusion-physical-expr
crate whenregex_expressions
feature is disabled.This occurs on version 20.0.0.
To Reproduce
Disable default features, then try to build the project.
Expected behavior
If something is hidden behind feature flag, that means It's not required. Then It shouldn't stop project from building.
The text was updated successfully, but these errors were encountered: