senyosimpson commented on issue #14281:
URL: https://github.com/apache/datafusion/issues/14281#issuecomment-2626439477

   > Since `0x02` is not supported in arrow-rs
   
   What's interesting here is that function seems to be a helper function. 
`0x02` is handled here when reading a field for example: 
https://github.com/apache/arrow-rs/blob/3bf29a2c7474e59722d885cd11fafd0dca13a28e/parquet/src/thrift.rs#L131-L147.
   
   But when there's a collection, it is skipped: 
https://github.com/apache/arrow-rs/blob/3bf29a2c7474e59722d885cd11fafd0dca13a28e/parquet/src/thrift.rs#L275-L280
   
   But there's no collections in the example schemas which points to another 
instance that function is being used.


-- 
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...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to