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

fix: CI compilation failed on substrait #10683

Merged
merged 1 commit into from
May 27, 2024
Merged

Conversation

jonahgao
Copy link
Member

Which issue does this PR close?

Closes #10682.

Rationale for this change

A merge conflict exists between #10640 and #10646.

What changes are included in this PR?

Fix compilation

Are these changes tested?

Yes

Are there any user-facing changes?

No

@@ -1411,15 +1411,15 @@ fn to_substrait_type(dt: &DataType, nullable: bool) -> Result<substrait::proto::
parameter: Some(parameter::Parameter::DataType(substrait::proto::Type {
kind: Some(r#type::Kind::I32(r#type::I32 {
type_variation_reference: DEFAULT_TYPE_REF,
nullability: default_nullability,
nullability: r#type::Nullability::Unspecified as i32,
Copy link
Member Author

Choose a reason for hiding this comment

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

We are not using the nullability of the parameter on the consumer side, so I temporarily change it to Unspecified.

Copy link
Contributor

@jayzhan211 jayzhan211 left a comment

Choose a reason for hiding this comment

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

👍

@waynexia
Copy link
Member

Thanks @jonahgao

@waynexia waynexia merged commit 9c06506 into apache:main May 27, 2024
23 checks passed
@jonahgao
Copy link
Member Author

Thank you for the reviewing @jayzhan211 @waynexia

@jonahgao jonahgao deleted the fix_ci branch May 27, 2024 04:46
findepi pushed a commit to findepi/datafusion that referenced this pull request Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI compilation failed: cannot find value default_nullability in this scope
3 participants