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/28 08:00:41 UTC

[GitHub] [beam] KhaninArtur commented on a change in pull request #15801: [BEAM-12970][Playground] Implement gRPC API - GetCompileOutput

KhaninArtur commented on a change in pull request #15801:
URL: https://github.com/apache/beam/pull/15801#discussion_r738118066



##########
File path: playground/backend/cmd/server/controller.go
##########
@@ -15,13 +15,18 @@
 package main
 
 import (
+	"beam.apache.org/playground/backend/internal/cache"
+	"beam.apache.org/playground/backend/internal/errors"
 	"context"
+	"log"

Review comment:
       Thanks, Pablo! Changed

##########
File path: playground/backend/cmd/server/controller.go
##########
@@ -15,13 +15,18 @@
 package main
 
 import (
+	"beam.apache.org/playground/backend/internal/cache"
+	"beam.apache.org/playground/backend/internal/errors"
 	"context"
+	"log"

Review comment:
       Thanks, Pablo! Changed




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