Commit 931f1786 authored by litaolemo's avatar litaolemo

update

parent c5bee3cf
...@@ -80,7 +80,7 @@ spark.sql("CREATE TEMPORARY FUNCTION arrayMerge AS 'com.gmei.hive.common.udf.UDF ...@@ -80,7 +80,7 @@ spark.sql("CREATE TEMPORARY FUNCTION arrayMerge AS 'com.gmei.hive.common.udf.UDF
sql_search_ctr = r""" sql_search_ctr = r"""
select * from ml_user_history_detail where partition_date = '20200915' and unix_timestamp(date_joined) >= 1600012800 ; select * from online.bl_hdfs_maidian_updates where partition_date = ${partition_date} and cl_id is not null order by time_stamp asc;
""" """
print(sql_search_ctr) print(sql_search_ctr)
......
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