Asura7969 commented on code in PR #8565:
URL: https://github.com/apache/arrow-datafusion/pull/8565#discussion_r1428847968
##########
datafusion/core/src/execution/context/parquet.rs:
##########
@@ -109,7 +109,7 @@ mod tests {
.read_parquet(
// it was reported that when a path contains // (two
consecutive separator) no files were found
// in this test, regardless of parquet_test_data() value, our
path now contains a //
- format!("{}/..//*/alltypes_plain*.parquet",
parquet_test_data()),
Review Comment:
Should we add regex matching to directories?🤔
--
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]