You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/01/28 09:43:39 UTC

[GitHub] [iceberg] HeartSaVioR edited a comment on issue #2175: MERGE INTO statement cannot run with Spark SQL

HeartSaVioR edited a comment on issue #2175:
URL: https://github.com/apache/iceberg/issues/2175#issuecomment-768929479


   Iceberg parser extension doesn't add `MERGE INTO`. Spark does have it.
   
   According to Spark parser rule, I guess you missed `update` (the error message also mentions the point), so the right sentence would be `then update set t.id = t.id + s.id`.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org