Commit 1563c7ce authored by 王志伟's avatar 王志伟

搜索关键词统计bug修复

parent 87abc7e4
......@@ -114,10 +114,10 @@ object Search_keywords_count {
}
object test {
def test_udf(param:Map[String,String]) = {
def test_udf(param:Map[String,String]):String = {
try {
JSON.parseFull(param.toString())
'a'
"a"
} catch{
case e:Exception => ""
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment