Skip to content

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

@github-actions github-actions bot added the substrait Changes to the substrait crate label May 27, 2024
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
@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

Labels

substrait Changes to the substrait crate

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