zeroshade commented on code in PR #311: URL: https://github.com/apache/iceberg-go/pull/311#discussion_r1971950577
########## table/scanner_test.go: ########## @@ -458,6 +458,23 @@ func (s *ScannerSuite) TestPartitionedTables() { } } +func (s *ScannerSuite) TestNestedColumns() { + mem := memory.NewCheckedAllocator(memory.DefaultAllocator) + defer mem.AssertSize(s.T(), 0) + + ident := catalog.ToIdentifier("default", "test_all_types") Review Comment: that's one of them. There's also the map and array columns which aren't in the struct. All in all there are several nested columns -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org