Skip to content

Commit a247063

Browse files
authored
docs: split compatibility guide into multiple pages (#4055)
1 parent 0c2fa63 commit a247063

22 files changed

Lines changed: 528 additions & 335 deletions

File tree

docs/source/about/gluten_comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Comet relies on the full Spark SQL test suite (consisting of more than 24,000 te
6464
integration tests to ensure compatibility with Spark. Features that are known to have compatibility differences with
6565
Spark are disabled by default, but users can opt in. See the [Comet Compatibility Guide] for more information.
6666

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

6969
Gluten also aims to provide compatibility with Spark, and includes a subset of the Spark SQL tests in its own test
7070
suite. See the [Gluten Compatibility Guide] for more information.

docs/source/contributor-guide/adding_a_new_operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ mod tests {
414414

415415
### Step 7: Update Documentation
416416

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

419419
## Implementing a Sink Operator
420420

docs/source/contributor-guide/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Comet Plugin Overview <plugin_overview>
2828
Arrow FFI <ffi>
2929
JVM Shuffle <jvm_shuffle>
3030
Native Shuffle <native_shuffle>
31-
Parquet Scans <parquet_scans>
3231
Development Guide <development>
3332
Debugging Guide <debugging>
3433
Benchmarking Guide <benchmarking>

docs/source/contributor-guide/parquet_scans.md

Lines changed: 0 additions & 143 deletions
This file was deleted.

docs/source/user-guide/latest/compatibility.md

Lines changed: 0 additions & 184 deletions
This file was deleted.

0 commit comments

Comments
 (0)