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

bug fix

parent 9a00260c
......@@ -266,7 +266,7 @@ object EsmmPredData {
|select device_id,city_id,native_queue as merge_queue from ffm_diary_queue
|union
|select device_id,city_id,search_queue as merge_queue from search_queue) as tmp1
|where tmp1.device_id in (select distinct device_id from esmm_train_data)
|where tmp1.device_id in (select distinct device_id from esmm_train_data limit 20000)
""".stripMargin
)
raw_data.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