Re: [PR] docs: Update compatibility docs for new native scans [datafusion-comet]

2025-04-19 Thread via GitHub
andygrove merged PR #1657: URL: https://github.com/apache/datafusion-comet/pull/1657 -- 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...@

Re: [PR] docs: Update compatibility docs for new native scans [datafusion-comet]

2025-04-18 Thread via GitHub
kazuyukitanimura commented on code in PR #1657: URL: https://github.com/apache/datafusion-comet/pull/1657#discussion_r2051032371 ## docs/source/user-guide/compatibility.md: ## Review Comment: I think compatibility-template.md needs to be changed -- This is an automated

Re: [PR] docs: Update compatibility docs for new native scans [datafusion-comet]

2025-04-18 Thread via GitHub
mbutrovich commented on code in PR #1657: URL: https://github.com/apache/datafusion-comet/pull/1657#discussion_r2050993171 ## docs/source/user-guide/compatibility.md: ## @@ -34,25 +34,36 @@ This guide offers information about areas of functionality where there are known Comet

Re: [PR] docs: Update compatibility docs for new native scans [datafusion-comet]

2025-04-18 Thread via GitHub
comphead commented on code in PR #1657: URL: https://github.com/apache/datafusion-comet/pull/1657#discussion_r2050792116 ## docs/source/user-guide/compatibility.md: ## @@ -34,25 +34,36 @@ This guide offers information about areas of functionality where there are known Comet cu

Re: [PR] docs: Update compatibility docs for new native scans [datafusion-comet]

2025-04-18 Thread via GitHub
andygrove commented on code in PR #1657: URL: https://github.com/apache/datafusion-comet/pull/1657#discussion_r2050747143 ## docs/source/user-guide/compatibility.md: ## @@ -40,19 +40,23 @@ Comet currently has three distinct implementations of the Parquet scan operator. | `nati

Re: [PR] docs: Update compatibility docs for new native scans [datafusion-comet]

2025-04-18 Thread via GitHub
mbutrovich commented on code in PR #1657: URL: https://github.com/apache/datafusion-comet/pull/1657#discussion_r2050734119 ## docs/source/user-guide/compatibility.md: ## @@ -40,19 +40,23 @@ Comet currently has three distinct implementations of the Parquet scan operator. | `nat

Re: [PR] docs: Update compatibility docs for new native scans [datafusion-comet]

2025-04-18 Thread via GitHub
andygrove commented on code in PR #1657: URL: https://github.com/apache/datafusion-comet/pull/1657#discussion_r2050730872 ## docs/source/user-guide/compatibility.md: ## @@ -93,104 +97,104 @@ Cast operations in Comet fall into three levels of support: - **Compatible**: The re

Re: [PR] docs: Update compatibility docs for new native scans [datafusion-comet]

2025-04-18 Thread via GitHub
andygrove commented on code in PR #1657: URL: https://github.com/apache/datafusion-comet/pull/1657#discussion_r2050729883 ## docs/source/user-guide/compatibility.md: ## @@ -40,19 +40,23 @@ Comet currently has three distinct implementations of the Parquet scan operator. | `nati

Re: [PR] docs: Update compatibility docs for new native scans [datafusion-comet]

2025-04-18 Thread via GitHub
andygrove commented on code in PR #1657: URL: https://github.com/apache/datafusion-comet/pull/1657#discussion_r2050731258 ## docs/source/user-guide/compatibility.md: ## @@ -40,19 +40,23 @@ Comet currently has three distinct implementations of the Parquet scan operator. | `nati

[PR] docs: Update compatibility docs for new native scans [datafusion-comet]

2025-04-18 Thread via GitHub
andygrove opened a new pull request, #1657: URL: https://github.com/apache/datafusion-comet/pull/1657 ## Which issue does this PR close? Closes #. ## Rationale for this change ## What changes are included in this PR? ## How are these changes