tenthe commented on PR #2099: URL: https://github.com/apache/streampipes/pull/2099#issuecomment-1783156116
Hi @bagechengzi, thanks for providing this PR. There are a few checkstyle violations that caused the PR validation to fail. ``` Error: src/main/java/org/apache/streampipes/client/api/AbstractTypedClientApi.java:[21,1] (imports) ImportOrder: Import org.apache.streampipes.client.http.GetRequest appears after other imports that it should precede Error: src/main/java/org/apache/streampipes/client/api/AbstractClientApi.java:[21,1] (imports) ImportOrder: Import org.apache.streampipes.client.http.DeleteRequest appears after other imports that it should precede Error: src/main/java/org/apache/streampipes/client/http/HttpRequest.java:[109] (sizes) LineLength: Line is longer than 120 characters (found 124). ``` Once they are resolved, we can merge the PR. Cheers, Philipp -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
