liuml07 opened a new pull request #4478:
URL: https://github.com/apache/iceberg/pull/4478


   Currently Spark SQL does not allow user to specify 'identifier-fields' when 
creating table. This is a PoC effort.
   
   ```sql
   CREATE TABLE t1(
           id BIGINT NOT NULL,
           name STRING NOT NULL,
           data STRING)
   USING iceberg
   TBLPROPERTIES ('identifier-fields'='id,name')
   ```
   
   After this, we can add support for other engines like Hive easily.


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

Reply via email to