stankiewicz commented on PR #36082:
URL: https://github.com/apache/beam/pull/36082#issuecomment-3333554720

   there are style errors:
   ```
   
   [Incubating] Problems report is available at: 
file:///runner/_work/beam/beam/build/reports/problems/problems-report.html
   * What went wrong:
   Execution failed for task 
':sdks:java:io:google-cloud-platform:spotlessJavaCheck'.
   > The following files had format violations:
         
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/pubsub/PubsubIO.java
             @@ -1348,7 +1348,7 @@
              
?????*?Max?batch?byte?size.?Messages?are?base64?encoded?which?encodes?each?set?of?three?bytes?into
              ?????*?four?bytes.
              ?????*/
             
-????private?static?final?int?MAX_PUBLISH_BATCH_BYTE_SIZE_DEFAULT?=?10?*?1000?*?1000?;
             
+????private?static?final?int?MAX_PUBLISH_BATCH_BYTE_SIZE_DEFAULT?=?10?*?1000?*?1000;
              
              ????private?static?final?int?MAX_PUBLISH_BATCH_SIZE?=?100;
              
     Run './gradlew :sdks:java:io:google-cloud-platform:spotlessApply' to fix 
these violations.
   ```


-- 
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]

Reply via email to