This is an automated email from the ASF dual-hosted git repository.
kgyrtkirk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 034bb9dbea4 Removing enable windowing from MSQ tests. (#17276)
034bb9dbea4 is described below
commit 034bb9dbea4ff55a26429dc254d0a7fc78c61b8f
Author: Karan Kumar <[email protected]>
AuthorDate: Fri Oct 11 09:03:27 2024 +0530
Removing enable windowing from MSQ tests. (#17276)
---
.../src/test/java/org/apache/druid/msq/exec/MSQInsertTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/extensions-core/multi-stage-query/src/test/java/org/apache/druid/msq/exec/MSQInsertTest.java
b/extensions-core/multi-stage-query/src/test/java/org/apache/druid/msq/exec/MSQInsertTest.java
index af51c5dd4a7..799a4bbc364 100644
---
a/extensions-core/multi-stage-query/src/test/java/org/apache/druid/msq/exec/MSQInsertTest.java
+++
b/extensions-core/multi-stage-query/src/test/java/org/apache/druid/msq/exec/MSQInsertTest.java
@@ -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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]