[fix](regression-test) print real and expect rows when fail in exception (#17949)
This commit is contained in:
@ -141,6 +141,7 @@ class OutputUtils {
|
||||
|
||||
def res = checkCell(info, line, expectCell, realCell, dataType)
|
||||
if(res != null) {
|
||||
res += "line ${line} mismatch\nExpectRow: ${expectRaw}\nRealRow: ${realRaw}";
|
||||
return res
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user