alamb commented on code in PR #18160:
URL: https://github.com/apache/datafusion/pull/18160#discussion_r2465772223
##########
datafusion/core/tests/datasource/object_store_access.rs:
##########
@@ -121,8 +121,15 @@ async fn query_multi_csv_file() {
#[tokio::test]
async fn create_single_parquet_file() {
+ // Note that without a metadata size hint, the parquet reader
Review Comment:
Yeah it was tricky -- I had to use `Option<Option<usize>>`` which is a bit 🤮
but I tried to make it clear with comments
--
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]