Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-26 Thread via GitHub
waukin commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2562758155 > You can leave the existing method as `output(catalogs)` and just have that method output "No catalogs exist." if null is passed into it. I’ve kept the existing method as `ou

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-25 Thread via GitHub
justinmclean commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2562015624 You can leave the existing method as `output(catalogs)` and just have that method output "No catalogs exist." if null is passed into it. -- This is an automated message from

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-24 Thread via GitHub
waukin commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2561575925 Hi @Abyss-lord, I see. We can handle that by having the `output` method accept a string argument and simply printing it. I'll open another issue to make it clearer. -- This is an

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-24 Thread via GitHub
Abyss-lord commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2561525035 Hi @waukin , In the `ListXXX` method, if there is No data, CLI should give a hint, such as "No metalakes exist. "The current implementation is implemented by two methods: `Syste

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-24 Thread via GitHub
waukin commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2561154657 Hi @Abyss-lord, I’m still confused about the requirement that the `output` method should accept string argument. In the previous implementation, the `output` method accepted differe

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-23 Thread via GitHub
Abyss-lord commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2560574358 > > @waukin BTW, `output` method should accept string argument, Please amend it here. ![image](https://private-user-images.githubusercontent.com/103809695/398291559-604fdc07-e4f

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-23 Thread via GitHub
waukin commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2560560910 > @waukin BTW, `output` method should accept string argument, Please amend it here. ![image](https://private-user-images.githubusercontent.com/103809695/398291559-604fdc07-e4f5-4d86

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-23 Thread via GitHub
Abyss-lord commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2560520907 @waukin BTW, `output` method should accept string argument, Please amend it here. ![image](https://github.com/user-attachments/assets/604fdc07-e4f5-4d86-a95a-c82ce4e25203)

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-23 Thread via GitHub
waukin commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2560513458 @xunliu please assign this issue to me. -- 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

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-23 Thread via GitHub
waukin commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2560513158 > > Hi @Abyss-lord, I’m halfway through implementing the feature. If you don’t mind, I’d like to continue working on it. > > that's ok, since you wrote the previous code, it w

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-23 Thread via GitHub
Abyss-lord commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2560501712 > Hi @Abyss-lord, I’m halfway through implementing the feature. If you don’t mind, I’d like to continue working on it. that's ok, since you wrote the previous code, it wou

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-23 Thread via GitHub
waukin commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2560467034 Hi @Abyss-lord, I’m halfway through implementing the issue. If you don’t mind, I’d like to continue working on it. -- This is an automated message from the Apache Git Service. To

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-23 Thread via GitHub
Abyss-lord commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2560063480 I would like to work on it. -- 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 s

[I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-23 Thread via GitHub
waukin opened a new issue, #5957: URL: https://github.com/apache/gravitino/issues/5957 ### Describe the feature The current `SchemaDetails` command in the Gravitino CLI supports only plain format output. I plan to add support for table format output to the `SchemaDetails` command.