dttung2905 opened a new pull request, #306:
URL: https://github.com/apache/iceberg-go/pull/306

   ## **Goal**
   To support pagination for ListTables method. Similar to `ListViews` 
operation in PR https://github.com/apache/iceberg-go/pull/290. We need to 
change the method interface in `catalog.go` , cascading changes into `glue.go` 
and `sql.go`. I'm not sure about the pagination in `sql.go` so I write a 
wrapper to convert the existing function to iter.Seq2[] type
   
   ## **TODO**:
   - [ ] Get alignment on the wrapper of `ListTables` method in `sql.go`
   - [ ] Add more test for sql.go and glue.go once the first point is aligned


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

Reply via email to