lliangyu-lin opened a new pull request, #424:
URL: https://github.com/apache/iceberg-go/pull/424

   ### Description
   * Adds support for creating table through CLI
   * The schema needs to be provided in json form
       * An alternative idea is to use SQL like form like `id bigint NOT NULL 
COMMENT 'unique id'`, but the parsing may get complicated with nestings.
   
   ### Testings
   ```
   go run . create table lliangyu_test_db.test_tbl \                         
     --catalog glue \
     --schema 
'[{"id":1,"name":"id","type":"int","required":false},{"id":1,"name":"name","type":"double","required":true}]'
 \
   --location-uri s3://xxxxx/xxxxx
   ```


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

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