You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "damccorm (via GitHub)" <gi...@apache.org> on 2023/03/27 13:57:36 UTC

[GitHub] [beam] damccorm commented on a diff in pull request #25928: [Playground] "always_run" flag in examples' tag

damccorm commented on code in PR #25928:
URL: https://github.com/apache/beam/pull/25928#discussion_r1149279207


##########
playground/backend/internal/db/mapper/precompiled_object_mapper.go:
##########
@@ -196,13 +202,13 @@ func appendPrecompiledObject(objectInfo dto.ObjectInfo, sdkToCategories *dto.Sdk
 	categoryToPrecompiledObjects[categoryName] = append(objects, objectInfo)
 }
 
-// putPrecompiledObjectsToCategory adds categories with precompiled objects to protobuf object
-func putPrecompiledObjectsToCategory(categoryName string, precompiledObjects *dto.PrecompiledObjects, sdkCategory *pb.Categories) {
+// precompiledObjectsToCategory adds categories with precompiled objects to protobuf object

Review Comment:
   Please update the doc string



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