[fix](regression-test) print real and expect rows when fail in exception (#17949)

This commit is contained in:
Yongqiang YANG
2023-03-21 08:52:04 +08:00
committed by GitHub
parent 9021d2ae11
commit a73524af49

View File

@ -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
}
}