mirror of
https://github.com/apache/druid.git
synced 2025-02-18 16:12:23 +00:00
Fix compilation failure in master (#15111)
Merging since it's a dev blocker.
This commit is contained in:
parent
1fc8fb1b20
commit
36edbce036
@ -95,7 +95,8 @@ public class CalciteUnionQueryMSQTest extends CalciteUnionQueryTest
|
||||
queryJsonMapper,
|
||||
injector,
|
||||
new MSQTestTaskActionClient(queryJsonMapper),
|
||||
workerMemoryParameters
|
||||
workerMemoryParameters,
|
||||
ImmutableList.of()
|
||||
);
|
||||
return new MSQTaskSqlEngine(indexingServiceClient, queryJsonMapper);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user