knoguchi opened a new issue, #325:
URL: https://github.com/apache/iceberg-go/issues/325

   ### Apache Iceberg version
   
   None
   
   ### Please describe the bug 🐞
   
   --ourput json prints "unimplemented output type".  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 |
   └───────────┘
   ```
   
   
https://github.com/apache/iceberg-go/blob/ba883bdb1d26cc8ea0505e3910ffee0f9c74f315/cmd/iceberg/main.go#L146-L149
   
   Appers to be not implemented?


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