alamb commented on code in PR #16351: URL: https://github.com/apache/datafusion/pull/16351#discussion_r2165219803
########## datafusion/core/src/dataframe/parquet.rs: ########## @@ -246,4 +246,72 @@ mod tests { Ok(()) } + + #[tokio::test] + async fn roundtrip_parquet_with_encryption() -> Result<()> { Review Comment: Maybe we can move it in a follow on PR. -- I would sort of expect the tests to be in https://github.com/apache/datafusion/tree/main/datafusion/core/tests/dataframe Perhaps in a file named `parquet.rs` -- 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