Added assertion in test

This commit is contained in:
Miriam Baglioni 2023-05-24 16:30:53 +02:00
parent 9567c13bc3
commit 9097e71853
1 changed files with 2 additions and 1 deletions

View File

@ -1564,7 +1564,8 @@ public class BulkTagJobTest {
org.apache.spark.sql.Dataset<Row> idExplodeCommunity = spark.sql(query);
idExplodeCommunity.show(false);
Assertions.assertEquals(3, idExplodeCommunity.filter("community = 'dth'").count());
}
}