rodmeneses commented on code in PR #10112:
URL: https://github.com/apache/iceberg/pull/10112#discussion_r1561382610
##########
flink/v1.19/flink/src/test/java/org/apache/iceberg/flink/TestChangeLogTable.java:
##########
@@ -98,7 +98,7 @@ public void before() {
@Override
public void clean() {
sql("DROP TABLE IF EXISTS %s", TABLE_NAME);
- sql("DROP DATABASE IF EXISTS %s", DATABASE_NAME);
+ dropDatabase(DATABASE_NAME, true);
Review Comment:
After a discussion offline with @pvary, we have decided to create a new PR
with a better cleaning up logic that will be applied to the unit tests. After
that is merged, we can continue with this PR.
Thanks!
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]