comphead commented on code in PR #1771:
URL: https://github.com/apache/datafusion-comet/pull/1771#discussion_r2103525063


##########
native/core/src/parquet/parquet_support.rs:
##########
@@ -241,6 +246,71 @@ fn cast_struct_to_struct(
     }
 }
 
+/// Cast a map type to another map type. The same as arrow-cast except we 
recursively call our own
+/// cast_array
+pub(crate) fn cast_map_values(

Review Comment:
   do we really need pub(crate)? 



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to