Skip to content

Commit

Permalink
Removing enable windowing from MSQ tests. (#17276)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoe authored Oct 11, 2024
1 parent 6898a5a commit 034bb9d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ public void testInsertOnFoo1WithSpec(String contextName, Map<String, Object> con
)
.setContext(ImmutableMap.<String, Object>builder()
.put("__user", "allowAll")
.put("enableWindowing", true)
.put("finalize", true)
.put("maxNumTasks", 2)
.put("maxParseExceptions", 0)
Expand Down

0 comments on commit 034bb9d

Please sign in to comment.