Commit b2353986 authored by litaolemo's avatar litaolemo

update

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