diff --git a/warehouse/query-core/src/main/java/datawave/query/tables/RemoteEventQueryLogic.java b/warehouse/query-core/src/main/java/datawave/query/tables/RemoteEventQueryLogic.java index 0d2d2cd3951..8ee41d3daa8 100644 --- a/warehouse/query-core/src/main/java/datawave/query/tables/RemoteEventQueryLogic.java +++ b/warehouse/query-core/src/main/java/datawave/query/tables/RemoteEventQueryLogic.java @@ -103,7 +103,7 @@ public GenericQueryConfiguration initialize(Connector connection, Query settings @Override public String getPlan(Connector connection, Query settings, Set auths, boolean expandFields, boolean expandValues) throws Exception { - GenericResponse planResponse = remoteQueryService.planQuery(getRemoteQueryLogic(), getCallerObject()); + GenericResponse planResponse = remoteQueryService.planQuery(getRemoteQueryLogic(), settings.toMap(), getCallerObject()); return planResponse.getResult(); }