felipecrv commented on PR #41320:
URL: https://github.com/apache/arrow/pull/41320#issuecomment-2075081456

   > Just curious should we add DCHECK in TableReader helps debugging here
   
   Add a `DCHECK` in `TableBatchReader`, document the precondition (with `/// 
\pre ...` in the constructor, and try to make the parquet reader correct by 
construction, if that's not possible, put a `Validate()` call right before the 
`Table` is returned.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to