Commit 94acc3ff 94acc3ffff13a8d95bc29fdb48491ee8b78b43f4 by zhanghao

commit

1 parent a753047c
......@@ -3,4 +3,4 @@ use testdb;
INSERT OVERWRITE TABLE biz_data_response_debug
select method,biz_data,uid,timestamp,response
from qa_log_debug
where method is not null and method!='N/A' and unix_timestamp(timestamp)>unix_timestamp(${hiveconf:myTimestamp});
\ No newline at end of file
where method is not null and method!='N/A' and timestamp>unix_timestamp(${hiveconf:myTimestamp});
\ No newline at end of file
......