kosiew commented on issue #589:
URL: 
https://github.com/apache/datafusion-python/issues/589#issuecomment-2563287854

   Research note:
   
   > ctx.sql(..) returns a PyDataFrame, and then you are observing the python 
shell call PyDataFrame::__repr__ to print it out, which applies a LIMIT and 
collects the first 10 rows.
   
   This comes from 
   
https://github.com/kosiew/datafusion-python/blob/79c22d6d6c0809e7e93a0a23249baa516dbd8d6f/src/dataframe.rs#L92-L93


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