Skip to content

Conversation

@BipulLamsal
Copy link

Which issue does this PR close?

What changes are included in this PR?

Instead of using data_type_and_nullable, this patch removes the indirection and calls to_field directly. The deprecated helper added no additional logic, so the PR encourages callers to use the field returned by to_field to access both the data type and the nullability.

Are these changes tested?

Yes

@github-actions github-actions bot added sql SQL Planner logical-expr Logical plan and expressions substrait Changes to the substrait crate labels Nov 21, 2025
@codetyri0n
Copy link
Contributor

codetyri0n commented Nov 21, 2025

please run this script and fix the resulting clippy errors - ci/scripts/rust_clippy.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

logical-expr Logical plan and expressions sql SQL Planner substrait Changes to the substrait crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecate ExprSchemable:: data_type_and_nullable

2 participants