wg1026688210 commented on issue #1605:
URL: https://github.com/apache/iceberg/issues/1605#issuecomment-707834359


   environment:
   centos 7
   jdk8
   hadoop2.7
   
   
   
   code 
   ```
   tableEnvironment.executeSql("create catalog iceberg_catalog with 
('type'='iceberg', 'catalog-type'='hive', 'uri'='xxx' ,'property-version'='1' 
,'clients'='5')");
           tableEnvironment.executeSql("use catalog iceberg_catalog");
           tableEnvironment.executeSql(
                   "CREATE TABLE 
iceberg_catalog.flink_origin_db.hive_1result_table (\n" +
                           "    id STRING COMMENT 'unique id',\n" +
                           "    data STRING\n" +
                           ")\n"
           );
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to