<?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: Spark Dataframe write to Delta format doesn't create a _delta_log in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/spark-dataframe-write-to-delta-format-doesn-t-create-a-delta-log/m-p/4147#M947</link>
    <description>&lt;P&gt;Can you list (display) the folder location "deltaLocation"? what files do you see here? have you try to use a new location for testing? do you get the same behavior? &lt;/P&gt;</description>
    <pubDate>Tue, 06 Jun 2023 18:48:38 GMT</pubDate>
    <dc:creator>jose_gonzalez</dc:creator>
    <dc:date>2023-06-06T18:48:38Z</dc:date>
    <item>
      <title>Spark Dataframe write to Delta format doesn't create a _delta_log</title>
      <link>https://community.databricks.com/t5/data-engineering/spark-dataframe-write-to-delta-format-doesn-t-create-a-delta-log/m-p/4146#M946</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an intermittent issue when trying to create a Delta table for the first time in Databricks: all the data gets converted into parquet at the specified location but the&amp;nbsp;&lt;/P&gt;&lt;P&gt;_&lt;I&gt;delta_&lt;/I&gt;log is not created or, if created, it's left empty, thus the resulted data folder isn't considered to be a Delta table.&lt;/P&gt;&lt;P&gt;The command it's a basic one:&lt;/P&gt;&lt;P&gt;sourceDf.write&lt;/P&gt;&lt;P&gt;    .format("delta")&lt;/P&gt;&lt;P&gt;    .mode(SaveMode.ErrorIfExists)&lt;/P&gt;&lt;P&gt;    .partitionBy("date")&lt;/P&gt;&lt;P&gt;    .option("mergeSchema", "true")&lt;/P&gt;&lt;P&gt;    .save(deltaLocation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ovi&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 15:51:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/spark-dataframe-write-to-delta-format-doesn-t-create-a-delta-log/m-p/4146#M946</guid>
      <dc:creator>Ovi</dc:creator>
      <dc:date>2023-05-19T15:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Spark Dataframe write to Delta format doesn't create a _delta_log</title>
      <link>https://community.databricks.com/t5/data-engineering/spark-dataframe-write-to-delta-format-doesn-t-create-a-delta-log/m-p/4147#M947</link>
      <description>&lt;P&gt;Can you list (display) the folder location "deltaLocation"? what files do you see here? have you try to use a new location for testing? do you get the same behavior? &lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 18:48:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/spark-dataframe-write-to-delta-format-doesn-t-create-a-delta-log/m-p/4147#M947</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2023-06-06T18:48:38Z</dc:date>
    </item>
  </channel>
</rss>

