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

CI compilation failed: cannot find value default_nullability in this scope #10682

Closed
jonahgao opened this issue May 27, 2024 · 0 comments · Fixed by #10683
Closed

CI compilation failed: cannot find value default_nullability in this scope #10682

jonahgao opened this issue May 27, 2024 · 0 comments · Fixed by #10683
Labels
bug Something isn't working

Comments

@jonahgao
Copy link
Member

Describe the bug

There's a merge conflict with #10640.

To Reproduce

error[E0425]: cannot find value `default_nullability` in this scope
    --> datafusion/substrait/src/logical_plan/producer.rs:1414:38
     |
1414 |                         nullability: default_nullability,
     |                                      ^^^^^^^^^^^^^^^^^^^ not found in this scope

Expected behavior

No response

Additional context

No response

@jonahgao jonahgao added the bug Something isn't working label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant