Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
11d5262
docs: add compatibility guide intro page
andygrove Apr 23, 2026
5fc31f2
docs: replace em-dashes with colons in compatibility intro
andygrove Apr 23, 2026
1418eb4
docs: add compatibility scans page
andygrove Apr 23, 2026
f788a97
docs: add compatibility floating-point page
andygrove Apr 23, 2026
9a3a334
docs: add compatibility regex page
andygrove Apr 23, 2026
1d3e780
docs: add compatibility operators page
andygrove Apr 23, 2026
0978948
docs: add compatibility expressions index page
andygrove Apr 23, 2026
3aa6cd0
docs: add compatibility expressions/aggregate page
andygrove Apr 23, 2026
776e4d6
docs: add compatibility expressions/array page
andygrove Apr 23, 2026
eabbd38
docs: add compatibility expressions/datetime page
andygrove Apr 23, 2026
5b33af1
docs: add compatibility expressions/struct page
andygrove Apr 23, 2026
cb1d5ac
docs: add compatibility expressions/cast page
andygrove Apr 23, 2026
051c1e7
docs: point user guide toctree at new compatibility index
andygrove Apr 23, 2026
1c5dd34
docs: point cast-table generator at new cast page path
andygrove Apr 23, 2026
fa12cd2
docs: repoint compatibility guide links to new pages
andygrove Apr 23, 2026
378cd13
docs: remove monolithic compatibility.md
andygrove Apr 23, 2026
04cf9fc
docs: merge Parquet scan compatibility details into scans page
andygrove Apr 23, 2026
0fda118
docs: move S3 configuration details into datasources guide
andygrove Apr 23, 2026
063dc90
docs: remove contributor guide parquet_scans page
andygrove Apr 23, 2026
6bec26f
docs: rename scan compatibility page to Parquet Compatibility
andygrove Apr 23, 2026
4d6c8d6
Merge remote-tracking branch 'apache/main' into docs/split-compatibil…
andygrove Apr 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/about/gluten_comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Comet relies on the full Spark SQL test suite (consisting of more than 24,000 te
integration tests to ensure compatibility with Spark. Features that are known to have compatibility differences with
Spark are disabled by default, but users can opt in. See the [Comet Compatibility Guide] for more information.

[Comet Compatibility Guide]: /user-guide/latest/compatibility.md
[Comet Compatibility Guide]: /user-guide/latest/compatibility/index.md

Gluten also aims to provide compatibility with Spark, and includes a subset of the Spark SQL tests in its own test
suite. See the [Gluten Compatibility Guide] for more information.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/contributor-guide/adding_a_new_operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ mod tests {

### Step 7: Update Documentation

Add your operator to the supported operators list in `docs/source/user-guide/latest/compatibility.md` or similar documentation.
Add your operator to the supported operators list in `docs/source/user-guide/latest/compatibility/operators.md` or similar documentation.

## Implementing a Sink Operator

Expand Down
1 change: 0 additions & 1 deletion docs/source/contributor-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Comet Plugin Overview <plugin_overview>
Arrow FFI <ffi>
JVM Shuffle <jvm_shuffle>
Native Shuffle <native_shuffle>
Parquet Scans <parquet_scans>
Development Guide <development>
Debugging Guide <debugging>
Benchmarking Guide <benchmarking>
Expand Down
143 changes: 0 additions & 143 deletions docs/source/contributor-guide/parquet_scans.md

This file was deleted.

184 changes: 0 additions & 184 deletions docs/source/user-guide/latest/compatibility.md

This file was deleted.

Loading
Loading