Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass query parameters to remoteQueryService.planQuery call (#2043)
* Previously, no parameters were passed. This meant the receiver did not get any information about the query to plan, resulting in an odd `415 Unsupported Media Type` error due to the empty POST body. Conflicts: warehouse/query-core/src/main/java/datawave/query/tables/RemoteEventQueryLogic.java
- Loading branch information