zeroshade commented on code in PR #475:
URL: https://github.com/apache/iceberg-go/pull/475#discussion_r2191006370
##########
cmd/iceberg/main.go:
##########
@@ -83,7 +83,13 @@ Options:
--description TEXT specify a description for the namespace
--location-uri TEXT specify a location URI for the namespace
--schema JSON specify table schema in json (for create table
use only)
- Ex:
[{"name":"id","type":"int","required":false,"doc":"unique id"}]`
+ Ex:
[{"name":"id","type":"int","required":false,"doc":"unique id"}]
+ --properties TEXT specify table properties in key=value format (for
create table use only)
+
Ex:"format-version=2,write.format.default=parquet"
+ --partition-spec TEXT specify partition spec as comma-separated field
names(for create table use only)
+ Ex:"field1,field2"
+ --sort-order TEXT specify sort order as field:direction format(for create
table use only)
+ Ex:"field1:asc,field2:desc"`
Review Comment:
I'm not sure if it's worthwhile to add it here, given how little code is
needed to create a table. @kevinjqliu @Fokko what do you guys think?
--
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]