caldempsey commented on issue #448:
URL: https://github.com/apache/arrow-go/issues/448#issuecomment-3110739741

   @zeroshade Thanks! The weird thing is there's also a bug with the chunking 
in relation to Spark Connect. 
   
   https://github.com/apache/spark-connect-go/issues/155. 
   
   The reason I feel this might be related is the number of chunks set is 
_always_ equal to the number of rows in the final DF from 
CreateDataFrameFromArrow (Spark Connect Go). This is really weird behaviour; 
but it could point to a deeper issue in how those chunks are being organised 
(incremental reading into different chunks might be broken as _only_ the first 
chunk seems to be read into the final DF). 
   
   If you feel this is unrelated to this bug, can I ask to file a new issue 
here so someone more familiar with Arrow can help me work out if this is an 
`arrow-go` issue or a `spark-connect-go` issue?   


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

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

Reply via email to