Commit a56d35ff authored by 高雅喆's avatar 高雅喆

add sortbykey

parent 462105d0
...@@ -649,7 +649,7 @@ object GetLevelCount { ...@@ -649,7 +649,7 @@ object GetLevelCount {
val diary_level1 = sc.sql( val diary_level1 = sc.sql(
s""" s"""
|select diary_id,explode(split(level1_ids,';')) from diary_feat |select diary_id,explode(split(level1_ids,';')) from diary_feat
|where diary_id in "${diary_queue}" |where diary_id in (${diary_queue})
""".stripMargin """.stripMargin
) )
diary_level1.show() diary_level1.show()
......
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