[ 
https://issues.apache.org/jira/browse/ARROW-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16421385#comment-16421385
 ] 

ASF GitHub Bot commented on ARROW-2361:
---------------------------------------

andygrove commented on issue #1804: ARROW-2361: [Rust] Starting point for a 
native Rust implementation of Arrow
URL: https://github.com/apache/arrow/pull/1804#issuecomment-377705680
 
 
   I have now also re-implemented List support so that there is a type-safe 
`List<T>` which uses `Buffer<T>` and `ArrayData::Utf8` now is just a wrapper 
for `List<u8>`.
   
   @fsaintjacques I think this is ready for merge now?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> [Rust] Start native Rust Implementation
> ---------------------------------------
>
>                 Key: ARROW-2361
>                 URL: https://issues.apache.org/jira/browse/ARROW-2361
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Rust
>            Reporter: Andy Grove
>            Priority: Major
>              Labels: pull-request-available
>
> I'm creating this Jira to track work to donate an work-in-progress native 
> Rust implementation of Arrow.
> I am actively developing this and relying on it for the memory model of my 
> DataFusion project. I would like to donate the code I have now and start 
> working on it under the Apache Arrow project.
> Here is the PR: https://github.com/apache/arrow/pull/1804
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to