Skip to content

Commit c877e20

Browse files
committed
Revert "datachecker 支持 qualitis v10"
This reverts commit 5ad3b53.
1 parent e310555 commit c877e20

File tree

1 file changed

+0
-3
lines changed
  • dss-appconn/appconns/dss-datachecker-appconn/src/main/java/com/webank/wedatasphere/dss/appconn/datachecker/connector

1 file changed

+0
-3
lines changed

dss-appconn/appconns/dss-datachecker-appconn/src/main/java/com/webank/wedatasphere/dss/appconn/datachecker/connector/DataCheckerDao.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,9 +440,6 @@ private int checkDops(CheckDataObject dataObject, Connection conn, Logger log){
440440
log.info("-------------------------------------- dops data check table or partition,count:"+count);
441441
if(count>0){
442442
return CheckDataObject.Type.PARTITION == dataObject.getType() ? 2 : 1;
443-
}else if(CheckDataObject.Type.PARTITION == dataObject.getType()){
444-
//分区校验没找到记录,直接返回0。
445-
return 0;
446443
}
447444
} catch (SQLException e) {
448445
log.error("fetch data from dops error while check table or partition", e);

0 commit comments

Comments
 (0)