Aireed opened a new issue, #2811:
URL: https://github.com/apache/amoro/issues/2811

   ### What happened?
   
   SQL like this:
   ```
   CREATE CATALOG unifiedCatalog WITH (
   'type' = 'unified',
   'metastore.url' = 'thrift://xxxx:pppp/unified_catalog'
   )
   
   create table if not exists unifiedCatalog.iceberg_test.mh_by_uc_spark_test(
   id int,
   name string,
   dt string,
   primary key (id,dt) not enforced
   ) with ('write.upsert.enabled'='true');
   ```
   
   we encounted the error 
   
   
![image](https://github.com/apache/amoro/assets/8862395/da900d47-7daf-4975-8bc9-f1951775e966)
   
   
   ### Affects Versions
   
   master
   
   ### What engines are you seeing the problem on?
   
   Flink
   
   ### How to reproduce
   
   ```
   CREATE CATALOG unifiedCatalog WITH (
   'type' = 'unified',
   'metastore.url' = 'thrift://xxxx:pppp/unified_catalog'
   )
   
   create table if not exists unifiedCatalog.iceberg_test.mh_by_uc_spark_test(
   id int,
   name string,
   dt string,
   primary key (id,dt) not enforced
   ) with ('write.upsert.enabled'='true');
   ```
   
   ### Relevant log output
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's Code of Conduct


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

Reply via email to