docs: Documentation updates for 0.9.0 release#1981
Merged
andygrove merged 14 commits intoapache:mainfrom Jul 8, 2025
Merged
Conversation
andygrove
commented
Jul 3, 2025
andygrove
commented
Jul 3, 2025
Comment on lines
-24
to
-34
| ## Parquet Scans | ||
|
|
||
| Comet currently has three distinct implementations of the Parquet scan operator. The configuration property | ||
| `spark.comet.scan.impl` is used to select an implementation. These scans are described in the | ||
| [Compatibility Guide]. | ||
|
|
||
| [Compatibility Guide]: compatibility.md | ||
|
|
||
| When using `native_datafusion` or `native_iceberg_compat`, there are known performance issues when pushing filters | ||
| down to Parquet scans. Until this issue is resolved, performance can be improved by setting | ||
| `spark.sql.parquet.filterPushdown=false`. |
Member
Author
There was a problem hiding this comment.
We no longer need this section because of the new config COMET_RESPECT_PARQUET_FILTER_PUSHDOWN and users should not need to know the details of this.
2 tasks
Member
Author
|
Thanks for the review @comphead |
coderfender
pushed a commit
to coderfender/datafusion-comet
that referenced
this pull request
Dec 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Part of #1856
Rationale for this change
Various documentation updates to reflect changes in 0.9.0
What changes are included in this PR?
How are these changes tested?