liubo1022126 opened a new issue #2576:
URL: https://github.com/apache/iceberg/issues/2576


    I migrate tables from hive to iceberg use spark3,  so partition info in ddl 
is hidden.
   
   When I run 
   
   > insert overwrite table xxx  partition (pt='xxx’)
   
    on flink or spark sql-shell, it’s ok, but when I run it on hive sql-shell, 
I get a error like below: 
   
   > FAILED: ValidationFailureSemanticException table is not partitioned but 
partition spec exists: {pt=xxx}
   
   So what can I do for it, specify the partition in ddl ?


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