Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajat committed Oct 17, 2024
1 parent 7eb1d5e commit c8bbbb8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ private BrokerResponse executeSqlQuery(ObjectNode sqlRequestJson, HttpRequesterI
}

private BrokerResponse executeSqlQuery(ObjectNode sqlRequestJson, HttpRequesterIdentity httpRequesterIdentity,
boolean onlyDql, HttpHeaders httpHeaders, boolean forceUseMultiStage, @Nullable Boolean getCursor, @Nullable Integer numRows)
boolean onlyDql, HttpHeaders httpHeaders, boolean forceUseMultiStage, @Nullable Boolean getCursor,
@Nullable Integer numRows)
throws Exception {
long requestArrivalTimeMs = System.currentTimeMillis();
SqlNodeAndOptions sqlNodeAndOptions;
Expand Down

0 comments on commit c8bbbb8

Please sign in to comment.