From 371c65a373bebcf87fd66e98a6abb31b3b372737 Mon Sep 17 00:00:00 2001 From: Yuming Wang Date: Fri, 18 Oct 2019 18:27:56 +0800 Subject: [PATCH] Fix incorrect symbol --- docs/sql-migration-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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