Commit 0151e026 authored by 高雅喆's avatar 高雅喆

bug fix

parent f0e20388
......@@ -284,7 +284,7 @@ object EsmmPredData {
val raw_data2 = sc.sql(
s"""
|select device_id,city_id,explode(split(merge_queue, ',')) as cid_id from raw_data1
|select device_id,city_id as ucity_id,explode(split(merge_queue, ',')) as cid_id from raw_data1
""".stripMargin
)
raw_data2.createOrReplaceTempView("raw_data")
......
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