GapyNi
05/23/2023, 5:45 PMreadStream.option("startingVersion", lastMaxVersionFromAppend)
, where we do foreEachBatch
in the next step to merge them into silver layer.
Now the question is as i looked into the metrics it seems that the process read all the numAddedFiles
but the numOutputRows
(from bronze layer) does not exactly match with the numSourceRows
from silver layer, when performing forEachBatch
merge commando. Do you know what could be the reason?
Thanks and regards,
GapyNiJoydeep Banik Roy
05/24/2023, 3:02 AMnumTargetRowsCopied
therefore, numOutputRows = numTargetRowsCopied + numSourceRows
GapyNi
05/24/2023, 7:14 AMnumOfOutputRows
(in bronze layer) from first printscreen and the numSourceRows
(in silver layer) from the second printscreen.
Thanks and regards,
GapyNi