not set open_err_ when open ObDirectLoadInsertTabletContext in inc direct load
This commit is contained in:
@ -204,7 +204,7 @@ int ObDirectLoadInsertTabletContext::open()
|
||||
} else {
|
||||
is_open_ = true;
|
||||
}
|
||||
if (OB_FAIL(ret)) {
|
||||
if (OB_FAIL(ret) && !param_->is_incremental_) {
|
||||
open_err_ = ret; // avoid open repeatedly when failed
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user