spark-instrumented-optimizer/sql/hive
Cheng Hao ca7a6cdff0 [SPARK-5550] [SQL] Support the case insensitive for UDF
SQL in HiveContext, should be case insensitive, however, the following query will fail.

```scala
udf.register("random0", ()  => { Math.random()})
assert(sql("SELECT RANDOM0() FROM src LIMIT 1").head().getDouble(0) >= 0.0)
```

Author: Cheng Hao <hao.cheng@intel.com>

Closes #4326 from chenghao-intel/udf_case_sensitive and squashes the following commits:

485cf66 [Cheng Hao] Support the case insensitive for UDF
2015-02-03 12:12:26 -08:00
..
compatibility/src/test/scala/org/apache/spark/sql/hive/execution Revert "[SPARK-4508] [SQL] build native date type to conform behavior to Hive" 2015-02-02 17:52:17 -08:00
src [SPARK-5550] [SQL] Support the case insensitive for UDF 2015-02-03 12:12:26 -08:00
v0.12.0/src/main/scala/org/apache/spark/sql/hive Revert "[SPARK-4508] [SQL] build native date type to conform behavior to Hive" 2015-02-02 17:52:17 -08:00
v0.13.1/src/main/scala/org/apache/spark/sql/hive Revert "[SPARK-4508] [SQL] build native date type to conform behavior to Hive" 2015-02-02 17:52:17 -08:00
pom.xml [SPARK-4048] Enhance and extend hadoop-provided profile. 2015-01-08 17:15:13 -08:00