spark git commit: [SPARK-11599] [SQL] fix NPE when resolve Hive UDF in SQLParser

2015-11-09 Thread davies
Repository: spark Updated Branches: refs/heads/master c4e19b381 -> d6cd3a18e [SPARK-11599] [SQL] fix NPE when resolve Hive UDF in SQLParser The DataFrame APIs that takes a SQL expression always use SQLParser, then the HiveFunctionRegistry will called outside of Hive state, cause NPE if there

spark git commit: [SPARK-11599] [SQL] fix NPE when resolve Hive UDF in SQLParser

2015-11-09 Thread davies
Repository: spark Updated Branches: refs/heads/branch-1.6 a5651f0a5 -> b426d24db [SPARK-11599] [SQL] fix NPE when resolve Hive UDF in SQLParser The DataFrame APIs that takes a SQL expression always use SQLParser, then the HiveFunctionRegistry will called outside of Hive state, cause NPE if