aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
diff options
context:
space:
mode:
authorpetermaxlee <petermaxlee@gmail.com>2016-07-28 13:13:17 +0800
committerWenchen Fan <wenchen@databricks.com>2016-07-28 13:13:17 +0800
commit11d427c924d303e20af90c0179a105f6ff4d89e2 (patch)
treea82e104985a113ad95602c204f5076f478790948 /sql/hive
parentb14d7b5cf4f173a1e45a4b1ae2a5e4e7ac5e9bb1 (diff)
downloadspark-11d427c924d303e20af90c0179a105f6ff4d89e2.tar.gz
spark-11d427c924d303e20af90c0179a105f6ff4d89e2.tar.bz2
spark-11d427c924d303e20af90c0179a105f6ff4d89e2.zip
[SPARK-16730][SQL] Implement function aliases for type casts
## What changes were proposed in this pull request? Spark 1.x supports using the Hive type name as function names for doing casts, e.g. ```sql SELECT int(1.0); SELECT string(2.0); ``` The above query would work in Spark 1.x because Spark 1.x fail back to Hive for unimplemented functions, and break in Spark 2.0 because the fall back was removed. This patch implements function aliases using an analyzer rule for the following cast functions: - boolean - tinyint - smallint - int - bigint - float - double - decimal - date - timestamp - binary - string ## How was this patch tested? Added end-to-end tests in SQLCompatibilityFunctionSuite. Author: petermaxlee <petermaxlee@gmail.com> Closes #14364 from petermaxlee/SPARK-16730-2.
Diffstat (limited to 'sql/hive')
0 files changed, 0 insertions, 0 deletions