We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1115994 commit 71818cbCopy full SHA for 71818cb
1 file changed
wayang-api/wayang-api-sql/src/test/java/org/apache/wayang/api/sql/SqlToWayangRelTest.java
@@ -220,11 +220,10 @@ public void filterIsNotValue() throws Exception {
220
final WayangPlan wayangPlan = t.field1;
221
222
sqlContext.execute(wayangPlan);
223
- System.out.println("result: " + result);
224
225
assert (!result.stream().anyMatch(record -> record.getField(0).equals("test1")));
226
}
227
-
+
228
229
@Test
230
public void filterIsNotNull() throws Exception {
0 commit comments