Abyss-lord commented on PR #6497:
URL: https://github.com/apache/gravitino/pull/6497#issuecomment-2681035736

   > @Abyss-lord I'm not sure what you mean here, can you point to an example?
   
   in table format table details will return as follows:
   ```bash
   +----------+---------+---------------+----------+---------+
   |   Name   |  Type   | AutoIncrement | Nullable | Comment |
   +----------+---------+---------------+----------+---------+
   | id       | integer | false         | true     | N/A     |
   | name     | string  | false         | true     | N/A     |
   | standard | long    | false         | true     | N/A     |
   | dt       | string  | false         | true     | N/A     |
   +----------+---------+---------------+----------+---------+
   ```
   
   in plain format, it should return as same as table format or just return 
   table_name, comment?


-- 
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: commits-unsubscr...@gravitino.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to