jonahgao opened a new pull request, #9441: URL: https://github.com/apache/arrow-datafusion/pull/9441
## Which issue does this PR close? Closes #9440. ## Rationale for this change `int[]` was converted into `DataType::List`, but the name of its inner field should be "item" rather than "field", in order to better integrate with the current ARRAY implementation, for example in the implementation of `arrow_cast`: https://github.com/apache/arrow-datafusion/blob/c43d9b347ab17f458150ffbc1339b4e63d9e8b43/datafusion/sql/src/expr/arrow_cast.rs#L166-L167 ## What changes are included in this PR? Change the name of the inner field for `List` type within the SQL planner. ## Are these changes tested? Yes ## Are there any user-facing changes? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
