Skip to content

Commit

Permalink
Remove FENNEL VM; enable some disabled tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
  • Loading branch information
mihaibudiu committed Aug 29, 2024
1 parent dac001d commit 30304bb
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 119 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public interface SqlOperatorFixture extends AutoCloseable {
* Name of a virtual machine that can potentially implement an operator.
*/
enum VmName {
FENNEL, JAVA, EXPAND
JAVA, EXPAND
}

//~ Methods ----------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public interface SqlTester extends AutoCloseable {
* Name of a virtual machine that can potentially implement an operator.
*/
enum VmName {
FENNEL, JAVA, EXPAND
JAVA, EXPAND
}

//~ Methods ----------------------------------------------------------------
Expand Down
Loading

0 comments on commit 30304bb

Please sign in to comment.