yihua commented on code in PR #12882:
URL: https://github.com/apache/hudi/pull/12882#discussion_r1980359127
##########
packaging/bundle-validation/cli/commands.txt:
##########
@@ -0,0 +1,5 @@
+create --path file:///tmp/hudi-bundles/tests/table --tableName trips
--tableType COPY_ON_WRITE
Review Comment:
Should we also test connecting to an existing table created by Spark bundle
tests, i.e., `/tmp/hudi-bundles/tests/trips` and show commits so that commit
list is not empty? Right now the new table created here has empty commit based
on the log:
```
hudi:trips->╔════════════╤═════════════════════╤═══════════════════╤═════════════════════╤══════════════════════════╤═══════════════════════╤══════════════════════════════╤══════════════╗
║ CommitTime │ Total Bytes Written │ Total Files Added │ Total Files Updated
│ Total Partitions Written │ Total Records Written │ Total Update Records
Written │ Total Errors ║
╠════════════╧═════════════════════╧═══════════════════╧═════════════════════╧══════════════════════════╧═══════════════════════╧══════════════════════════════╧══════════════╣
║ (empty)
║
╚═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
```
--
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]