zhuqi-lucas commented on code in PR #18160:
URL: https://github.com/apache/datafusion/pull/18160#discussion_r2465630811
##########
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:
Thank you @alamb , i can't find a good way to use the parquet global option
for register_parquet operation, so i added this.
--
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]