refactor: optimize row handling in mssql extractor and transformer
This commit is contained in:
@@ -74,6 +74,10 @@ func (mssqlTr *MssqlTransformer) ProcessBatch(
|
||||
}
|
||||
}
|
||||
|
||||
if rowValues == nil {
|
||||
continue
|
||||
}
|
||||
|
||||
for _, task := range transformationPlan {
|
||||
val := rowValues[task.Index]
|
||||
if val == nil {
|
||||
|
||||
Reference in New Issue
Block a user