Skip to content

Commit 95789ef

Browse files
committed
fix: read entire query response byte arrays
1 parent a95431c commit 95789ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/src/generated/java/com/influxdb/client/service/QueryService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Call<String> postQuery(
7575
* @return Call&lt;ResponseBody&gt;
7676
*/
7777
@POST("api/v2/query")
78+
@Streaming
7879
Call<ResponseBody> postQueryResponseBody(
7980
@retrofit2.http.Header("Zap-Trace-Span") String zapTraceSpan, @retrofit2.http.Header("Accept-Encoding") String acceptEncoding, @retrofit2.http.Header("Content-Type") String contentType, @retrofit2.http.Query("org") String org, @retrofit2.http.Query("orgID") String orgID, @retrofit2.http.Body Query query
8081
);

0 commit comments

Comments
 (0)