jayzhan211 commented on code in PR #11969:
URL: https://github.com/apache/datafusion/pull/11969#discussion_r1718395669


##########
datafusion/common/src/utils/mod.rs:
##########
@@ -753,6 +753,21 @@ pub fn combine_limit(
     (combined_skip, combined_fetch)
 }
 
+pub fn get_map_entry_field(data_type: &DataType) -> Result<&Fields> {

Review Comment:
   I think we could reply on `get_field` function



##########
datafusion/common/src/utils/mod.rs:
##########
@@ -753,6 +753,21 @@ pub fn combine_limit(
     (combined_skip, combined_fetch)
 }
 
+pub fn get_map_entry_field(data_type: &DataType) -> Result<&Fields> {

Review Comment:
   I think we could reply on `get_field` function



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to