Skip to content

Commit

Permalink
update verify result format
Browse files Browse the repository at this point in the history
Signed-off-by: zenghua <[email protected]>
  • Loading branch information
zenghua committed Jul 31, 2024
1 parent 56185b0 commit c71d1f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ object Benchmark {
val result = diff1.count() == 0 && diff2.count() == 0
if (!result) {
println(printLine + table + " result: " + result + printLine)
jdbcDF.join(lakesoulDF, Seq("id")).show()
jdbcDF.join(lakesoulDF, Seq("id"), "left_outer").show()
// println("*************diff1**************")
// spark.createDataFrame(diff1, lakesoulDF.schema).show()
// println("*************diff2**************")
Expand Down

0 comments on commit c71d1f1

Please sign in to comment.