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/10/07 07:56:19 UTC

[GitHub] [arrow] emkornfield opened a new pull request #8376: ARROW-7960: Add support fo reading additional types

emkornfield opened a new pull request #8376:
URL: https://github.com/apache/arrow/pull/8376


   New types supported:
   - Fixed Size list (will throw an incorrect error if nulls
     are present, but this is best fixed after we recursively support
     applying types).
   - LargeList
   - Maps
   
   Still missing: LargeString and LargeBytes
   
   Unimplemented functionality:
     - Removing duplicate maps on read.
     - Single column maps are converted to List of struct.
   
   Other:
    Fixed two bugs for FixedSizeLists:
   1.  Def levels genereated were incorrect (they only made sense for
       two level lists).
   2.  Slices where not handled appropriately


----------------------------------------------------------------
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 #8376: ARROW-7960: Add support fo reading additional types

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


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


----------------------------------------------------------------
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] pitrou commented on pull request #8376: ARROW-7960: [C++] Add support fo reading additional types

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #8376:
URL: https://github.com/apache/arrow/pull/8376#issuecomment-704993702


   CI failures are unrelated.


----------------------------------------------------------------
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] pitrou commented on pull request #8376: ARROW-7960: [C++] Add support fo reading additional types

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #8376:
URL: https://github.com/apache/arrow/pull/8376#issuecomment-704991402


   AppVeyor: https://ci.appveyor.com/project/pitrou/arrow/builds/35619189
   Travis: https://travis-ci.org/github/pitrou/arrow/builds/733672877


----------------------------------------------------------------
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] pitrou closed pull request #8376: ARROW-7960: [C++] Add support fo reading additional types

Posted by GitBox <gi...@apache.org>.
pitrou closed pull request #8376:
URL: https://github.com/apache/arrow/pull/8376


   


----------------------------------------------------------------
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] pitrou commented on pull request #8376: ARROW-7960: [C++] Add support fo reading additional types

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #8376:
URL: https://github.com/apache/arrow/pull/8376#issuecomment-704940907


   Rebased, fixed conflicts.


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