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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]