Re: [PR] Clarify docs and names in parquet predicate pushdown tests [datafusion]

2025-05-24 Thread via GitHub
alamb commented on PR #16155: URL: https://github.com/apache/datafusion/pull/16155#issuecomment-2906767977 Thank you again for the review @xudong963 and @adriangb -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] Clarify docs and names in parquet predicate pushdown tests [datafusion]

2025-05-24 Thread via GitHub
alamb merged PR #16155: URL: https://github.com/apache/datafusion/pull/16155 -- 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...@datafusi

Re: [PR] Clarify docs and names in parquet predicate pushdown tests [datafusion]

2025-05-23 Thread via GitHub
xudong963 commented on code in PR #16155: URL: https://github.com/apache/datafusion/pull/16155#discussion_r2105700584 ## datafusion/datasource/src/file_scan_config.rs: ## @@ -232,9 +232,15 @@ pub struct FileScanConfig { pub struct FileScanConfigBuilder { object_store_url:

Re: [PR] Clarify docs and names in parquet predicate pushdown tests [datafusion]

2025-05-23 Thread via GitHub
xudong963 commented on code in PR #16155: URL: https://github.com/apache/datafusion/pull/16155#discussion_r2105699928 ## datafusion/core/src/datasource/physical_plan/parquet.rs: ## @@ -199,8 +206,14 @@ mod tests { } /// run the test, returning the `RoundTripR

Re: [PR] Clarify docs and names in parquet predicate pushdown tests [datafusion]

2025-05-23 Thread via GitHub
xudong963 commented on code in PR #16155: URL: https://github.com/apache/datafusion/pull/16155#discussion_r2105699811 ## datafusion/core/src/datasource/physical_plan/parquet.rs: ## @@ -178,7 +185,7 @@ mod tests { source = source.with_bloom_filter_on_read(false);

Re: [PR] Clarify docs and names in parquet predicate pushdown tests [datafusion]

2025-05-22 Thread via GitHub
alamb commented on PR #16155: URL: https://github.com/apache/datafusion/pull/16155#issuecomment-2902102618 FYI @xudong963 and @adriangb -- 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 specif

Re: [PR] Clarify docs and names in parquet predicate pushdown tests [datafusion]

2025-05-22 Thread via GitHub
adriangb commented on code in PR #16155: URL: https://github.com/apache/datafusion/pull/16155#discussion_r2103131713 ## datafusion/datasource/src/file_scan_config.rs: ## @@ -232,9 +232,13 @@ pub struct FileScanConfig { pub struct FileScanConfigBuilder { object_store_url: O

[PR] Clarify docs and names in parquet predicate pushdown tests [datafusion]

2025-05-22 Thread via GitHub
alamb opened a new pull request, #16155: URL: https://github.com/apache/datafusion/pull/16155 ## Which issue does this PR close? - Related to https://github.com/apache/datafusion/pull/16133 - Related to https://github.com/apache/datafusion/pull/16086 ## Rationale for this cha