samueleresca commented on code in PR #17545:
URL: https://github.com/apache/datafusion/pull/17545#discussion_r2348332580


##########
datafusion/datasource/Cargo.toml:
##########
@@ -31,7 +31,7 @@ version.workspace = true
 all-features = true
 
 [features]
-parquet = ["dep:parquet", "tempfile"]
+parquet = ["tempfile"]

Review Comment:
   Proceeding by removing the `parquet` feature. Reasoning:
   - `tempfile` is already included as part of the dependencies.
   - There isn't any conditional code linked to the `parquet` features.
   
   Thanks 



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

Reply via email to