Commit d9e43842 authored by 王志伟's avatar 王志伟

搜索关键词统计bug修复

parent 50083b0c
......@@ -115,6 +115,16 @@ object Search_keywords_count {
object test {
def test_udf(param:Map[String,String]) = {
try JSON.parseFull(param.toString()){
"a"
} catch{
case e:Exception => ""
}
// if Try(JSON.parseFull(param.toString())) {
//
//
// }
}
......
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