Skip to content

Commit eeb089d

Browse files
Update thirdparty/auron-paimon/src/test/scala/org/apache/auron/paimon/AuronPaimonV2IntegrationSuite.scala
Co-authored-by: Weiqing Yang <yangweiqing001@gmail.com>
1 parent 61fcc87 commit eeb089d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

thirdparty/auron-paimon/src/test/scala/org/apache/auron/paimon/AuronPaimonV2IntegrationSuite.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ class AuronPaimonV2IntegrationSuite
158158
sql("insert into paimon.db.t_cow_multi_commit values (1, 'updated')")
159159
val df = sql("select * from paimon.db.t_cow_multi_commit")
160160
checkAnswer(df, Seq(Row(1, "updated"), Row(2, "b")))
161+
assertNativePaimonScanApplied(df)
161162
}
162163
}
163164

0 commit comments

Comments
 (0)