Skip to content

Commit d1f1512

Browse files
committed
fix_test_failures_review_comments
1 parent fb8814f commit d1f1512

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,16 @@ should not be used in production. The feature will be enabled in a future releas
7373

7474
Cast operations in Comet fall into three levels of support:
7575

76-
- **Compatible**: The results match Apache Spark
77-
- **Incompatible**: The results may match Apache Spark for some inputs, but there are known issues where some inputs
76+
- **C (Compatible)**: The results match Apache Spark
77+
- **I (Incompatible)**: The results may match Apache Spark for some inputs, but there are known issues where some inputs
7878
will result in incorrect results or exceptions. The query stage will fall back to Spark by default. Setting
7979
`spark.comet.expression.Cast.allowIncompatible=true` will allow all incompatible casts to run natively in Comet, but this is not
8080
recommended for production use.
81-
- **Unsupported**: Comet does not provide a native version of this cast expression and the query stage will fall back to
81+
- **U (Unsupported)**: Comet does not provide a native version of this cast expression and the query stage will fall back to
8282
Spark.
83+
- **N/A**: Spark does not support this cast.
8384

84-
### Compatible Casts
85-
86-
The following cast operations are generally compatible with Spark except for the differences noted here.
85+
### Legacy Mode
8786

8887
<!--BEGIN:CAST_LEGACY_TABLE-->
8988
<!--END:CAST_LEGACY_TABLE-->

0 commit comments

Comments
 (0)