alamb commented on PR #4434:
URL: https://github.com/apache/arrow-rs/pull/4434#issuecomment-1615121403

   I thought the suggestion in 
https://github.com/apache/arrow-rs/pull/4434/files#r1242167017 was to make 
overriding the limit an option that people could opt in to . Something like
   
   ```rust
   let file_reader = arrow::ipc::FileReader::try_new(reader, None)
      // Allow reading up to 4M columns because we trust the input
     .with_max_columns(4_000_000_000);
   ```
   
   I am not sure why this PR was closed


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