refactor: update column field names in ExtractionQuery struct; enhance logging in consume and process methods
This commit is contained in:
@@ -66,6 +66,8 @@ func (ex *GenericExtractor) Consume(
|
||||
)
|
||||
|
||||
if rowsReadResult > 0 {
|
||||
// current := atomic.LoadInt64(rowsRead)
|
||||
// logrus.Debugf("Rows read: +%v [current=%v] (%s.%s)", rowsReadResult, current, tableInfo.Schema, tableInfo.Table)
|
||||
atomic.AddInt64(rowsRead, int64(rowsReadResult))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user