Commit 83090bfb authored by 张彦钊's avatar 张彦钊

Merge branch 'master' of git.wanmeizhensuo.com:ML/ffm-baseline

change test file
parents 78ee8a35 ff075aef
......@@ -656,13 +656,13 @@ object icon_train_data {
val final_train = sc.sql(
s"""
|select *
|select '${stat_date}' as stat_date,*
|from temp_diary
|union all
|select *
|select '${stat_date}' as stat_date,*
|from temp_meigou
|union all
|select *
|select '${stat_date}' as stat_date,*
|from wiki_device_tag
""".stripMargin
)
......
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