lidavidm commented on code in PR #281:
URL: https://github.com/apache/arrow-go/pull/281#discussion_r1957455177
##########
parquet/schema/schema.go:
##########
@@ -161,6 +163,11 @@ func (s *Schema) Column(i int) *Column {
return s.leaves[i]
}
+// Columns returns an iterator over the leave columns of the schema
Review Comment:
```suggestion
// Columns returns an iterator over the leaf columns of the schema
```
--
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]