@@ -80,10 +80,8 @@ spark.sql("CREATE TEMPORARY FUNCTION arrayMerge AS 'com.gmei.hive.common.udf.UDF
sql_search_ctr=r"""
SELECT *
FROM ML.ML_C_ET_CK_CLICK_DIMEN_D T
WHERE T.PARTITION_DAY = '20200905'
AND T.ACTION IN ('goto_welfare_detail','search_result_welfare_click_item') or T.ACTION IN ('search_result')
select cl_id,action,time_stamp,dense_rank() over(partition by cl_id order by time_stamp asc) as from online.bl_hdfs_maidian_updates where partition_date >= ${partition_date} and cl_id is not null
group by cl_id,action,time_stamp order by cl_id ,time_stamp asc