<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Merge upsert in Delta is throwing error &amp;quot;concurrent merge in delta lake tables in Azure Databricks .ConcurrentAppendException&amp;quot; in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/merge-upsert-in-delta-is-throwing-error-quot-concurrent-merge-in/m-p/9507#M4858</link>
    <description>&lt;P&gt;We have tried by using different partitions on that table, but getting the same error again. Do we have other options to resolve this.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Feb 2023 02:13:10 GMT</pubDate>
    <dc:creator>abhishek_dutta3</dc:creator>
    <dc:date>2023-02-20T02:13:10Z</dc:date>
    <item>
      <title>Merge upsert in Delta is throwing error "concurrent merge in delta lake tables in Azure Databricks .ConcurrentAppendException"</title>
      <link>https://community.databricks.com/t5/data-engineering/merge-upsert-in-delta-is-throwing-error-quot-concurrent-merge-in/m-p/9502#M4853</link>
      <description>&lt;P&gt;This is the error which is coming while processing concurrent merge in delta lake tables in Azure Databricks .ConcurrentAppendException: Files were added to the root of the table by a concurrent update. Please try the operation again.. What are the options to stop this error&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2023 04:28:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/merge-upsert-in-delta-is-throwing-error-quot-concurrent-merge-in/m-p/9502#M4853</guid>
      <dc:creator>abhishek_dutta3</dc:creator>
      <dc:date>2023-02-12T04:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Merge upsert in Delta is throwing error "concurrent merge in delta lake tables in Azure Databricks .ConcurrentAppendException"</title>
      <link>https://community.databricks.com/t5/data-engineering/merge-upsert-in-delta-is-throwing-error-quot-concurrent-merge-in/m-p/9503#M4854</link>
      <description>&lt;P&gt;Hi @Abhishek Dutta​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delta does not support concurrent updates for now if you still want to perform concurrent update just use partition your data on the column which you are using for merge.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/optimizations/isolation-level.html" alt="https://docs.databricks.com/optimizations/isolation-level.html" target="_blank"&gt;Isolation levels and write conflicts on Databricks | Databricks on AWS&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 04:47:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/merge-upsert-in-delta-is-throwing-error-quot-concurrent-merge-in/m-p/9503#M4854</guid>
      <dc:creator>Ajay-Pandey</dc:creator>
      <dc:date>2023-02-13T04:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Merge upsert in Delta is throwing error "concurrent merge in delta lake tables in Azure Databricks .ConcurrentAppendException"</title>
      <link>https://community.databricks.com/t5/data-engineering/merge-upsert-in-delta-is-throwing-error-quot-concurrent-merge-in/m-p/9504#M4855</link>
      <description>&lt;P&gt;In the concurrency control section &lt;A href="https://docs.delta.io/latest/concurrency-control.html" alt="https://docs.delta.io/latest/concurrency-control.html" target="_blank"&gt;https://docs.delta.io/latest/concurrency-control.html&lt;/A&gt; they  ahve mentioned about Concurrentupdate exception, please help if that can be used to resolve.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 04:53:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/merge-upsert-in-delta-is-throwing-error-quot-concurrent-merge-in/m-p/9504#M4855</guid>
      <dc:creator>abhishek_dutta3</dc:creator>
      <dc:date>2023-02-13T04:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Merge upsert in Delta is throwing error "concurrent merge in delta lake tables in Azure Databricks .ConcurrentAppendException"</title>
      <link>https://community.databricks.com/t5/data-engineering/merge-upsert-in-delta-is-throwing-error-quot-concurrent-merge-in/m-p/9505#M4856</link>
      <description>&lt;P&gt;Hi @Abhishek Dutta​&amp;nbsp;, Databricks does not support concurrent merge operation on same table and partition. If you want to run two merge operations concurrently, you can do that by making sure they refer to different partitions of the table. You can read more about it here:https://docs.databricks.com/optimizations/isolation-level.html?_ga=2.79901906.457731583.1676289173-1981769815.1672661856#concurrentappendexception&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 16:39:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/merge-upsert-in-delta-is-throwing-error-quot-concurrent-merge-in/m-p/9505#M4856</guid>
      <dc:creator>Lakshay</dc:creator>
      <dc:date>2023-02-13T16:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Merge upsert in Delta is throwing error "concurrent merge in delta lake tables in Azure Databricks .ConcurrentAppendException"</title>
      <link>https://community.databricks.com/t5/data-engineering/merge-upsert-in-delta-is-throwing-error-quot-concurrent-merge-in/m-p/9506#M4857</link>
      <description>&lt;P&gt;Hi @Abhishek Dutta​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 05:42:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/merge-upsert-in-delta-is-throwing-error-quot-concurrent-merge-in/m-p/9506#M4857</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-17T05:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Merge upsert in Delta is throwing error "concurrent merge in delta lake tables in Azure Databricks .ConcurrentAppendException"</title>
      <link>https://community.databricks.com/t5/data-engineering/merge-upsert-in-delta-is-throwing-error-quot-concurrent-merge-in/m-p/9507#M4858</link>
      <description>&lt;P&gt;We have tried by using different partitions on that table, but getting the same error again. Do we have other options to resolve this.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 02:13:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/merge-upsert-in-delta-is-throwing-error-quot-concurrent-merge-in/m-p/9507#M4858</guid>
      <dc:creator>abhishek_dutta3</dc:creator>
      <dc:date>2023-02-20T02:13:10Z</dc:date>
    </item>
  </channel>
</rss>

