removeTaggingCondition #297

Merged
claudio.atzori merged 4 commits from removeTaggingCondition into beta 2023-06-12 09:53:06 +02:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 9097e71853 - Show all commits

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());
}
}