DBZ-3978 Fix formatting

This commit is contained in:
Chris Cranford 2021-09-29 14:50:46 -04:00
parent 33def4cb48
commit 6482733915
3 changed files with 3 additions and 4 deletions

View File

@ -255,7 +255,6 @@ else if (getConfig().getLogMiningUsernameExcludes().contains(transaction.getUser
skipExcludedUserName = true;
}
final Scn smallestScn = transactionCache.getMinimumScn();
metrics.setOldestScn(smallestScn.isNull() ? Scn.valueOf(-1) : smallestScn);
@ -299,7 +298,7 @@ else if (getConfig().getLogMiningUsernameExcludes().contains(transaction.getUser
// after reconciliation all events should be DML
// todo: do we want to move dml entry up and just let it be null to avoid cast?
final DmlEvent dmlEvent = (DmlEvent) event;
if(!skipExcludedUserName) {
if (!skipExcludedUserName) {
dispatcher.dispatchDataChangeEvent(event.getTableId(),
new LogMinerChangeRecordEmitter(
partition,

View File

@ -269,7 +269,7 @@ else if (getConfig().getLogMiningUsernameExcludes().contains(transaction.getUser
// after reconciliation all events should be DML
final DmlEvent dmlEvent = (DmlEvent) event;
if(!skipExcludedUserName) {
if (!skipExcludedUserName) {
dispatcher.dispatchDataChangeEvent(event.getTableId(),
new LogMinerChangeRecordEmitter(
partition,