kyle-cx commented on issue #2532:
URL: https://github.com/apache/iceberg/issues/2532#issuecomment-1090077436

   finally, I found a way to read records from a table, and I'll move forward 
follow the code below and do the test in iceberg-core, I hope this could 
reflect the behavior of reading metadata tables in higher abstractions like 
spark/flink
   ```
   CloseableIterable<Record> result = IcebergGenerics.read(table)
           .where(Expressions.lessThan("id", 5))
           .build();
   ```


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

Reply via email to