xxhZs commented on PR #19041:
URL: https://github.com/apache/datafusion/pull/19041#issuecomment-3640334047

   > Is there any way to test this behavior?
   
   I'm not sure if there's any convenient testing method available in the 
DataFusion library. My approach is to create 20,000 left-table files (totaling 
200GB with 200 million rows) and 20,000 right-table files (totaling 20GB with 
200,000 rows), then execute a query like SELECT * FROM t1 JOIN t2 ON 
[join_condition]. With sort-merge join enabled, the process will throw an error 
after running for a while.
   


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