原始日志查询时:分区字段包含结束时间分区
This commit is contained in:
@@ -120,7 +120,7 @@ public class HiveSqlService {
|
|||||||
}
|
}
|
||||||
if (null != foundTimePartEnd) {
|
if (null != foundTimePartEnd) {
|
||||||
// sql.append(" and found_time_partition<" + foundTimePartEnd + "L");
|
// sql.append(" and found_time_partition<" + foundTimePartEnd + "L");
|
||||||
sql.append(" and found_time_partition<" + foundTimePartEnd);
|
sql.append(" and found_time_partition<=" + foundTimePartEnd);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user