Skip to content

Commit 1dfbc51

Browse files
authored
[SQL] Simplify the structure of the simple end to end tests (#1065)
Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
1 parent bcf11d4 commit 1dfbc51

4 files changed

Lines changed: 140 additions & 378 deletions

File tree

sql-to-dbsp-compiler/SQL-compiler/src/test/java/org/dbsp/sqlCompiler/compiler/sql/jit/JitTests.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ public void testBoolean() {
2727
super.testBoolean();
2828
}
2929

30+
@Test @Override @Ignore
31+
public void testNull() { super.testNull(); }
32+
3033
@Test @Override @Ignore("BYTEARRAY not yet supported in JIT")
3134
public void testByteArray() {
3235
super.testByteArray();

0 commit comments

Comments
 (0)