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 2020/05/03 11:54:56 UTC

[GitHub] [arrow] nevi-me opened a new pull request #7090: ARROW-8422: [Rust] [Parquet] Arrow to Parquet schema conversion

nevi-me opened a new pull request #7090:
URL: https://github.com/apache/arrow/pull/7090


   Converts an Arrow schema to Parquet schema


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

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



[GitHub] [arrow] paddyhoran commented on a change in pull request #7090: ARROW-8422: [Rust] [Parquet] Arrow to Parquet schema conversion

Posted by GitBox <gi...@apache.org>.
paddyhoran commented on a change in pull request #7090:
URL: https://github.com/apache/arrow/pull/7090#discussion_r421043137



##########
File path: rust/parquet/src/arrow/schema.rs
##########
@@ -82,6 +83,19 @@ where
         .map(|fields| Schema::new_with_metadata(fields, metadata))
 }
 
+/// Convert arrow schema to parquet chema

Review comment:
       nit: schema




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

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



[GitHub] [arrow] github-actions[bot] commented on pull request #7090: ARROW-8422: [Rust] [Parquet] Arrow to Parquet schema conversion

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7090:
URL: https://github.com/apache/arrow/pull/7090#issuecomment-623099297


   https://issues.apache.org/jira/browse/ARROW-8422


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

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