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 2022/04/11 21:32:02 UTC

[GitHub] [beam] jrmccluskey commented on a diff in pull request #17337: [BEAM-14287] Clean up staticcheck warnings in graph/coder

jrmccluskey commented on code in PR #17337:
URL: https://github.com/apache/beam/pull/17337#discussion_r847752479


##########
sdks/go/pkg/beam/core/graph/coder/row_test.go:
##########
@@ -228,7 +228,6 @@ type UserType4 struct {
 type unexportedUserType struct {
 	A int
 	B string
-	c int32

Review Comment:
   Yeah the struct gets embedded but the unit test doesn't check the field at all. 



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