diff --git a/docs/sql-migration-guide.md b/docs/sql-migration-guide.md index f250fec7d068..d03ca663e8e3 100644 --- a/docs/sql-migration-guide.md +++ b/docs/sql-migration-guide.md @@ -802,7 +802,7 @@ Spark SQL supports the vast majority of Hive features, such as: * `CLUSTER BY` * `SORT BY` * All Hive operators, including: - * Relational operators (`=`, `⇔`, `==`, `<>`, `<`, `>`, `>=`, `<=`, etc) + * Relational operators (`=`, `<=>`, `==`, `<>`, `<`, `>`, `>=`, `<=`, etc) * Arithmetic operators (`+`, `-`, `*`, `/`, `%`, etc) * Logical operators (`AND`, `&&`, `OR`, `||`, etc) * Complex type constructors