jayzhan211 commented on code in PR #8902:
URL: https://github.com/apache/arrow-datafusion/pull/8902#discussion_r1461304141
##########
datafusion/common/src/utils.rs:
##########
@@ -464,9 +464,12 @@ pub fn coerced_type_with_base_type_only(
base_type: &DataType,
) -> DataType {
match data_type {
- DataType::List(field) => {
+ DataType::List(field) | DataType::FixedSizeList(field, _) => {
Review Comment:
move largelist here to avoid duplicated code
--
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]