Removing enable windowing from MSQ tests. (#17276)

This commit is contained in:
Karan Kumar 2024-10-11 09:03:27 +05:30 committed by GitHub
parent 6898a5a359
commit 034bb9dbea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -196,7 +196,6 @@ public class MSQInsertTest extends MSQTestBase
)
.setContext(ImmutableMap.<String, Object>builder()
.put("__user", "allowAll")
.put("enableWindowing", true)
.put("finalize", true)
.put("maxNumTasks", 2)
.put("maxParseExceptions", 0)