Commit 490d3172 authored by 王志伟's avatar 王志伟

repair bug

parent 813ce269
......@@ -140,7 +140,7 @@ object Recommendation_strategy_all {
val current_all = sc.sql(
s"""
|select a.stat_date,a.clk_count_oldUser_experiment,a.imp_count_oldUser_experiment,b.clk_count_oldUser_all,b.imp_count_oldUser_all
|from temp1 a inner join temp2 b
|from temp1 a join temp2 b
|on a.stat_date = b.stat_date
""".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