jecsand838 commented on PR #7451:
URL: https://github.com/apache/arrow-rs/pull/7451#issuecomment-2843204435

   @klion26 I pushed changes just now that:
   
   * Fixed the linter errors
   * Made `read_blockwise_items` more readable
   * Changed `let val_field = Field::new("value", val_dt, true)` to  `let 
val_field = Field::new("value", val_dt, value_type.nullability.is_some())`
   
   Let me know what you think!


-- 
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...@arrow.apache.org

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

Reply via email to