adriangb commented on code in PR #19962: URL: https://github.com/apache/datafusion/pull/19962#discussion_r2723519328
########## datafusion/core/Cargo.toml: ########## @@ -241,6 +241,11 @@ harness = false name = "parquet_query_sql" required-features = ["parquet"] Review Comment: I could but it’s kind of nice to be able to run them in isolation easily at least for now while we’re developing just these. And in some sense the feature we’re working on needn’t be parquet specific (eg Vortex). We can always fold them later. -- 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]
