forked from D-Net/dnet-hadoop
changed the test to check for the new ignorecase option
This commit is contained in:
parent
986c97348d
commit
7a59324ccf
|
@ -795,9 +795,9 @@ public class BulkTagJobTest {
|
|||
org.apache.spark.sql.Dataset<Row> idExplodeCommunity = spark.sql(query);
|
||||
|
||||
idExplodeCommunity.show(false);
|
||||
Assertions.assertEquals(2, idExplodeCommunity.count());
|
||||
Assertions.assertEquals(3, idExplodeCommunity.count());
|
||||
|
||||
Assertions.assertEquals(
|
||||
2, idExplodeCommunity.filter("provenance = 'community:datasource'").count());
|
||||
3, idExplodeCommunity.filter("provenance = 'community:datasource'").count());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue