EeshanBembi commented on code in PR #18137:
URL: https://github.com/apache/datafusion/pull/18137#discussion_r2658929650
##########
datafusion/functions-nested/src/utils.rs:
##########
@@ -267,60 +224,3 @@ pub(crate) fn get_map_entry_field(data_type: &DataType) ->
Result<&Fields> {
_ => internal_err!("Expected a Map type, got {data_type}"),
}
}
-
-#[cfg(test)]
-mod tests {
Review Comment:
added it back to /datafusion/functions/src/utils.rs where the function was
moved to. The test is now in place and passing
--
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]