You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/12/09 13:17:31 UTC

[GitHub] [beam] AydarZaynutdinov commented on a change in pull request #16172: [BEAM-13417] [Playground] Add java preparator for run katas

AydarZaynutdinov commented on a change in pull request #16172:
URL: https://github.com/apache/beam/pull/16172#discussion_r765778253



##########
File path: playground/backend/internal/validators/validator.go
##########
@@ -16,6 +16,7 @@
 package validators
 
 const UnitTestValidatorName = "UnitTest"
+const KatasValidatorName = "Check if the pipeline is katas"

Review comment:
       const 
   ```suggestion
   const (
       UnitTestValidatorName = "UnitTest"
       KatasValidatorName    = "Check if the pipeline is katas"
   )
   ```




-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org