tustvold commented on code in PR #4085:
URL: https://github.com/apache/arrow-rs/pull/4085#discussion_r1165786593


##########
parquet/src/arrow/arrow_writer/levels.rs:
##########
@@ -175,7 +175,7 @@ impl LevelInfoBuilder {
     }
 
     /// Given an `array`, write the level data for the elements in `range`
-    fn write(&mut self, array: &ArrayRef, range: Range<usize>) {
+    fn write(&mut self, array: &dyn Array, range: Range<usize>) {

Review Comment:
   This change is necessary because `MapArray::entries` now returns 
`StructArray` instead of `&ArrayRef`



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

Reply via email to