You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "disq (via GitHub)" <gi...@apache.org> on 2023/04/14 11:29:17 UTC

[GitHub] [arrow] disq commented on a diff in pull request #34748: GH-34724: [Go] Add Schema AddField

disq commented on code in PR #34748:
URL: https://github.com/apache/arrow/pull/34748#discussion_r1166719241


##########
go/arrow/array/table.go:
##########
@@ -92,6 +92,8 @@ type simpleTable struct {
 	schema *arrow.Schema
 }
 
+var _ arrow.Table = (*simpleTable)(nil)

Review Comment:
   This is a compile-time check of `simpleTable` against the `arrow.Table` interface.



-- 
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@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org