alamb commented on issue #9814:
URL: 
https://github.com/apache/arrow-datafusion/issues/9814#issuecomment-2052209788

   > @alamb What should be the desired outcome? To be able to read it or to 
throw an error once we identify the parquet may be a "zip bomb". Can I work on 
this issue?
   
   My desired behavior would be:
   1. Running a query that actually reads the file (for example `SELECT 
SUM(colum) FROM bomb` does not result in an OOM / out of memory
   2. The query can be cancelled (e.g. Ctrl-C / dropping the stream) correctly 
cleans up and stops decoding


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

Reply via email to