alamb opened a new issue #138:
URL: https://github.com/apache/arrow-rs/issues/138


   *Note*: migrated from original JIRA: 
https://issues.apache.org/jira/browse/ARROW-10886
   
   It appears that the code that implements converting iterators to arrow 
arrays effectively relies  on size_hint to return the precise size of the 
iterator otherwise it will crash (maybe) -- but I think the intention of 
size_hint is, as the name suggests, a hint.
   
   The goal of this ticket is to remove the assumption in the code that 
size_hint must return a value as well as the assumption that it is accurate. 
   
   More details can be found here
   https://github.com/apache/arrow/pull/8842#discussion_r540295695


-- 
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:
[email protected]


Reply via email to