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/10/27 20:59:01 UTC

[GitHub] [beam] pabloem commented on a change in pull request #15800: [BEAM-12970][Playground] Implement gRPC API - CheckStatus

pabloem commented on a change in pull request #15800:
URL: https://github.com/apache/beam/pull/15800#discussion_r737773833



##########
File path: playground/backend/cmd/server/controller.go
##########
@@ -15,13 +15,17 @@
 package main
 
 import (
-	"context"
-
 	pb "beam.apache.org/playground/backend/internal/api/v1"
+	"beam.apache.org/playground/backend/internal/cache"
+	"beam.apache.org/playground/backend/internal/errors"
+	"context"
 	"github.com/google/uuid"
+	"log"

Review comment:
       let's use our logging library




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