spark git commit: [SPARK-22469][SQL] Accuracy problem in comparison with string and numeric

2017-11-16 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.2 3cefddee5 -> 3ae187b96 [SPARK-22469][SQL] Accuracy problem in comparison with string and numeric This fixes a problem caused by #15880 `select '1.5' > 0.5; // Result is NULL in Spark but is true in Hive. ` When compare string and

spark git commit: [SPARK-22469][SQL] Accuracy problem in comparison with string and numeric

2017-11-15 Thread lixiao
Repository: spark Updated Branches: refs/heads/master aa88b8dbb -> bc0848b4c [SPARK-22469][SQL] Accuracy problem in comparison with string and numeric ## What changes were proposed in this pull request? This fixes a problem caused by #15880 `select '1.5' > 0.5; // Result is NULL in Spark but