File tree Expand file tree Collapse file tree
docs/source/user-guide/latest Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,17 +73,16 @@ should not be used in production. The feature will be enabled in a future releas
7373
7474Cast 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-->
You can’t perform that action at this time.
0 commit comments