<?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: Delta Table Properties in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/delta-table-properties/m-p/83027#M36813</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I dont see any option to mark it as the accepted solution.&lt;/P&gt;&lt;P&gt;Please go ahead and mark it for me (if possible).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Aug 2024 22:26:50 GMT</pubDate>
    <dc:creator>CPRP</dc:creator>
    <dc:date>2024-08-14T22:26:50Z</dc:date>
    <item>
      <title>Delta Table Properties</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-table-properties/m-p/82086#M36508</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I look at the properties of a delta table I see these two properties that are set to a value of 1.&lt;/P&gt;&lt;P&gt;I went through the manual for these properties and this is what the manual says.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;delta.minReaderVersion&lt;/STRONG&gt;:&amp;nbsp;The minimum required protocol reader version for a reader that allows to read from this Delta table.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;delta.minWriterVersion&lt;/STRONG&gt;:&amp;nbsp;The minimum required protocol writer version for a writer that allows to write to this Delta table.&lt;/P&gt;&lt;P&gt;I did not understand the above explanation. Can someone simplify it for me, Please.&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;RP&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 20:16:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-table-properties/m-p/82086#M36508</guid>
      <dc:creator>ramdasp1</dc:creator>
      <dc:date>2024-08-06T20:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Table Properties</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-table-properties/m-p/82088#M36510</link>
      <description>&lt;P&gt;Those properties indicates information about backwards compatibility for reader/writer interface in Delta.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Delta Lake guarantees&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;backward compatibility&lt;/EM&gt;&lt;SPAN&gt;. A hig&lt;/SPAN&gt;&lt;SPAN&gt;her protocol version of the Delta Lake reader is always able to read data that was written by a lower protocol version.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can find more detailed explanation below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.delta.io/2.0.2/versioning.html" target="_blank"&gt;https://docs.delta.io/2.0.2/versioning.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 20:24:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-table-properties/m-p/82088#M36510</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2024-08-06T20:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Table Properties</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-table-properties/m-p/82314#M36607</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/115062"&gt;@ramdasp1&lt;/a&gt;, Thanks for reaching out! Please review the response and let us know if it answers your question. Your feedback is valuable to us and the community.&lt;/P&gt;
&lt;P&gt;If the response resolves your issue, kindly mark it as the accepted solution. This will help close the thread and assist others with similar queries.&lt;/P&gt;
&lt;P&gt;We appreciate your participation and are here if you need further assistance!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 06:43:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-table-properties/m-p/82314#M36607</guid>
      <dc:creator>Retired_mod</dc:creator>
      <dc:date>2024-08-08T06:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Table Properties</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-table-properties/m-p/83027#M36813</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I dont see any option to mark it as the accepted solution.&lt;/P&gt;&lt;P&gt;Please go ahead and mark it for me (if possible).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 22:26:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-table-properties/m-p/83027#M36813</guid>
      <dc:creator>CPRP</dc:creator>
      <dc:date>2024-08-14T22:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Table Properties</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-table-properties/m-p/83028#M36814</link>
      <description>&lt;P&gt;Hi Ramdas1,&lt;/P&gt;&lt;P&gt;Let me explain you in simple terms with an example.&lt;/P&gt;&lt;P&gt;A Delta table is like a special book for data. delta.minReaderVersion is the minimum version of the "reader" you need to open and read the book, while delta.minWriterVersion is the minimum version of the "pen" needed to add or change pages. Both set to 1 means any basic tool can read and write to the table, making it widely compatible.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brahma&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 23:04:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-table-properties/m-p/83028#M36814</guid>
      <dc:creator>Brahmareddy</dc:creator>
      <dc:date>2024-08-14T23:04:24Z</dc:date>
    </item>
  </channel>
</rss>

