alex-kar commented on code in PR #179:
URL: https://github.com/apache/iceberg-go/pull/179#discussion_r1819949262
##########
cmd/iceberg/main.go:
##########
@@ -70,6 +71,7 @@ type Config struct {
Uuid bool `docopt:"uuid"`
Location bool `docopt:"location"`
Props bool `docopt:"properties"`
+ Create bool `docopt:"create"`
Review Comment:
@zeroshade Resolved conflicts after pulling latest `main`, but actually
there is not much to merge as similar changes in CLI were applied by #173 :
just remove duplicated "create" command and unsupported error for "create
table".
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]