timsaucer opened a new issue, #1362:
URL: https://github.com/apache/datafusion-python/issues/1362

   **Describe the bug**
   
   Our default values of repr_rows is 10 and min_rows is 20.
   
   **To Reproduce**
   
   Print any large dataframe (>2 Mb). The entire frame is collected, even if it 
is not shown.
   
   **Expected behavior**
   
   Stop the stream when the memory limit is reached.
   
   **Additional context**
   
   It *seems* like min_rows should always be <= repr_rows. Maybe we should call 
it max_rows instead of repr_rows? The documentation also states "If you want a 
specific number of rows, set min_rows == max_rows."
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to