Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--output json not supported? #325

Open
knoguchi opened this issue Mar 6, 2025 · 5 comments
Open

--output json not supported? #325

knoguchi opened this issue Mar 6, 2025 · 5 comments

Comments

@knoguchi
Copy link

knoguchi commented Mar 6, 2025

Apache Iceberg version

None

Please describe the bug 🐞

--output json prints "unimplemented output type". --output text works.

❯ iceberg --uri http://127.0.0.1:8181 --output json list
2025/03/05 20:42:34 unimplemented output type

~
❯ iceberg --uri http://127.0.0.1:8181 --output text list
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
| IDs       |
| --------- |
| taxitrips |
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

case "json":
fallthrough
default:
log.Fatal("unimplemented output type")

Appers to be not implemented?

@ayush1009208
Copy link

@knoguchi can you please explaiin a bit more?

@knoguchi
Copy link
Author

knoguchi commented Mar 8, 2025

Is the json output type planned but never implemented?

@ayush1009208
Copy link

ayush1009208 commented Mar 8, 2025

I am here to contribute on this issue please explain this issue

@zeroshade
Copy link
Member

@knoguchi correct, it's planned but not yet implemented.

@ayush1009208 it would be great if could contribute an implementation of the json output πŸ˜„

@ayush1009208
Copy link

@zeroshade i will work on this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants