Commit 2ede348d authored by litaolemo's avatar litaolemo

update

parent 35380ad9
......@@ -256,7 +256,7 @@ for t in range(1, task_days):
LATERAL VIEW explode (a.recommend_type) v as recommend_type
group by partition_date,card_content_type,cl_id,v.recommend_type,card_id
)t2
on t0.device_id=t2.cl_id and t0.partition_date=t2.partition_date
on t0.cl_id=t2.cl_id and t0.partition_date=t2.partition_date
LEFT JOIN
(--卡片,卡片id和session_id去重
SELECT partition_date,
......
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