Commit 10e33b9e authored by 王志伟's avatar 王志伟

repair bug

parent 96b74897
......@@ -61,7 +61,7 @@ object testt {
val avg = sc.sql(
s"""
|select diary_id,dur_time,num_clk
|select diary_id,dur_time,num_clk,(dur_time/num_clk) as avg
|from temp
""".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