HyukjinKwon commented on a change in pull request #31180:
URL: https://github.com/apache/spark/pull/31180#discussion_r557340434
##########
File path: docs/sql-ref-ansi-compliance.md
##########
@@ -69,19 +69,19 @@ The type conversion of Spark ANSI mode follows the syntax
rules of section 6.13
The valid combinations of target data type and source data type in a `CAST`
expression are given by the following table.
āYā indicates that the combination is syntactically valid without restriction
and āNā indicates that the combination is not valid.
-
-| From\To | NumericType | StringType | DateType | TimestampType |
IntervalType | BooleanType | BinaryType | ArrayType | MapType | StructType |
+
+| Source\Target | Numeric | String | Date | Timestamp | Interval | Boolean |
Binary | Array | Map | Struct |
Review comment:
š
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]