lliangyu-lin opened a new pull request, #426:
URL: https://github.com/apache/iceberg-go/pull/426

   ### Description
   * This make sure that catalog doesn't support hierarchical namespaces will 
be able to run the list tables correctly.
   * This change also aligned with the current behavior in iceberg-python 
https://github.com/apache/iceberg-python/blob/main/pyiceberg/cli/console.py#L114-L121
   
   ### Testing
   ```
   go run . list --catalog glue                         
   ┌────────────────────┐
   | IDs                |
   | ------------------ |
   | lliangyu_test_db   |
   | lliangyu_test_db_2 |
   └────────────────────┘
   
   go run . list lliangyu_test_db_2 --catalog glue
   ┌─────────────────────────┐
   | IDs                     |
   | ----------------------- |
   | lliangyu_test_db_2.tb1  |
   | lliangyu_test_db_2.tb2  |
   | lliangyu_test_db_2.tb3  |
   | lliangyu_test_db_2.tbl4 |
   | lliangyu_test_db_2.tbl5 |
   | lliangyu_test_db_2.tbl6 |
   | lliangyu_test_db_2.tbl7 |
   | lliangyu_test_db_2.tbl8 |
   | lliangyu_test_db_2.tbl9 |
   └─────────────────────────┘
   ```
   
   Fixes #425 


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