<?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: How can I read a specific Delta table part file? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-can-i-read-a-specific-delta-table-part-file/m-p/23753#M16457</link>
    <description>&lt;P&gt;&lt;B&gt; Disable Delta format to read as Parquet you need to set to false the following Spark settings:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; SET spark.databricks.delta.formatCheck.enabled=false &lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; spark.conf.set("spark.databricks.delta.formatCheck.enabled", "false")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not recommended to read the delta table directory using the read.parquet because the delta table directory can always possibly have in-active files which are to be cleaned up by vacuum.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jun 2021 18:29:17 GMT</pubDate>
    <dc:creator>jose_gonzalez</dc:creator>
    <dc:date>2021-06-16T18:29:17Z</dc:date>
    <item>
      <title>How can I read a specific Delta table part file?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-read-a-specific-delta-table-part-file/m-p/23752#M16456</link>
      <description>&lt;P&gt;is there a way to read a specific part off a delta table? When I try to read the parquet file as&amp;nbsp;&lt;/P&gt;&lt;P&gt;parquet&amp;nbsp;I get an error in the notebook that I’m using the incorrect format as it’s part of a delta table. I just want to read a single Parquet file, not the whole Delta table&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 18:27:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-read-a-specific-delta-table-part-file/m-p/23752#M16456</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2021-06-16T18:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I read a specific Delta table part file?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-read-a-specific-delta-table-part-file/m-p/23753#M16457</link>
      <description>&lt;P&gt;&lt;B&gt; Disable Delta format to read as Parquet you need to set to false the following Spark settings:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; SET spark.databricks.delta.formatCheck.enabled=false &lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; spark.conf.set("spark.databricks.delta.formatCheck.enabled", "false")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not recommended to read the delta table directory using the read.parquet because the delta table directory can always possibly have in-active files which are to be cleaned up by vacuum.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 18:29:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-read-a-specific-delta-table-part-file/m-p/23753#M16457</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2021-06-16T18:29:17Z</dc:date>
    </item>
  </channel>
</rss>

