ahmedabu98 opened a new pull request, #36509:
URL: https://github.com/apache/beam/pull/36509

   Adds the following commands:
   
   ### `SHOW CATALOGS`
   ```
   +---------------------------------------+
   | Catalog Name                | Type    |
   +---------------------------------------+
   | default                     | local   |
   | my_catalog                  | local   |
   | my_very_long_catalog_name   | local   |
   +---------------------------------------+
   ```
   ### `SHOW DATABASES`
   ```
   +-----------------------------------------+
   | Databases in my_catalog                 |
   +-----------------------------------------+
   | default                                 |
   | my_database_that_has_a_very_long_name   |
   | my_db                                   |
   | my_other_db                             |
   +-----------------------------------------+
   ```
   ### `SHOW TABLES`
   ```
   +--------------------------------------------+
   | Tables in my_catalog.my_db        | Type   |
   +--------------------------------------------+
   | my_other_table                    | text   |
   | my_other_table_with_a_long_name   | test   |
   | my_table                          | text   |
   +--------------------------------------------+
   ```
   ### `SHOW CURRENT CATALOG`
   ```
   my_catalog (type: iceberg)
   ```
   ### `SHOW CURRENT DATABASE`
   ```
   my_db
   ```


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

Reply via email to