You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/23 19:20:06 UTC

[GitHub] [arrow-rs] tustvold opened a new pull request, #1933: Split up parquet::arrow::array_reader (#1483)

tustvold opened a new pull request, #1933:
URL: https://github.com/apache/arrow-rs/pull/1933

   # Which issue does this PR close?
   
   Closes #1483
   
   # Rationale for this change
    
   See ticket
   
   # What changes are included in this PR?
   
   Splits out the final ArrayReader implementations
   
   # Are there any user-facing changes?
   
   No
   


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

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


[GitHub] [arrow-rs] tustvold merged pull request #1933: Split up parquet::arrow::array_reader (#1483)

Posted by GitBox <gi...@apache.org>.
tustvold merged PR #1933:
URL: https://github.com/apache/arrow-rs/pull/1933


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

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


[GitHub] [arrow-rs] viirya commented on a diff in pull request #1933: Split up parquet::arrow::array_reader (#1483)

Posted by GitBox <gi...@apache.org>.
viirya commented on code in PR #1933:
URL: https://github.com/apache/arrow-rs/pull/1933#discussion_r905411349


##########
parquet/src/arrow/array_reader/complex_object_array.rs:
##########
@@ -0,0 +1,515 @@
+use crate::arrow::array_reader::ArrayReader;

Review Comment:
   license header?



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

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