wombatu-kun commented on code in PR #8646:
URL: https://github.com/apache/hudi/pull/8646#discussion_r1682498840
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/procedure/TestCommitsProcedure.scala:
##########
@@ -56,14 +56,14 @@ class TestCommitsProcedure extends
HoodieSparkProcedureTestBase {
// collect active commits for table
val commits = spark.sql(s"""call show_commits(table => '$tableName',
limit => 10)""").collect()
- assertResult(5) {
+ assertResult(4) {
Review Comment:
Can somebody explain it? What is the root cause of the changes in the
results here? Why when we "insert data to table, will generate 5 active commits
and 2 archived commits" get only 4 commits here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]