hildo commented on issue #14678: URL: https://github.com/apache/iceberg/issues/14678#issuecomment-3573690274
I am starting this using IcebergGenerics.... `Table table = catalog.loadTable(tableIdentifier): ScanBuilder scanBuilder = IcebergGenerics.read(table); CloseableIterable<Record> records = scanBuilder.build();` Should I be setting this up differently? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
