<?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: Create a Hudi table with Databrick 17 in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/create-a-hudi-table-with-databrick-17/m-p/139668#M51262</link>
    <description>&lt;P&gt;Thank You for your response, I will wait for more updates on that.&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Ziggy&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Nov 2025 11:58:57 GMT</pubDate>
    <dc:creator>Zbyszek</dc:creator>
    <dc:date>2025-11-19T11:58:57Z</dc:date>
    <item>
      <title>Create a Hudi table with Databrick 17</title>
      <link>https://community.databricks.com/t5/data-engineering/create-a-hudi-table-with-databrick-17/m-p/139396#M51188</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;I'm trying to run my existing code which has worked on the older DB version.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;CREATE TABLE IF NOT EXISTS&amp;nbsp;catalog.demo.ABTHudi USING org.apache.hudi.Spark3DefaultSource OPTIONS ('primaryKey' = 'ID','hoodie.table.name' = 'ABTHudi') &lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;AS SELECT * FROM parquet.`/mnt/bigdata/databricks/ABTParquet`;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Unfortunately on Maven there is no package for Spark 4.0 therefore I tried to use the "highest" available package, which is:&amp;nbsp;&lt;A target="_blank"&gt;org.apache.hudi:hudi-spark3.5-bundle_2.13:1.0.2&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;Spark configuration contains:&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#008000"&gt;&lt;EM&gt;spark.serializer org.apache.spark.serializer.KryoSerializer&lt;BR /&gt;spark.sql.catalog.spark_catalog org.apache.spark.sql.hudi.catalog.HoodieCatalog&lt;BR /&gt;spark.sql.extensions org.apache.spark.sql.hudi.HoodieSparkSessionExtension&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;When the code above is executed it generates the following error:&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&lt;FONT color="#FF0000"&gt;Py4JJavaError: An error occurred while calling o686.save.&lt;/FONT&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;FONT color="#FF0000"&gt;: org.apache.hudi.internal.schema.HoodieSchemaException: Failed to convert struct type to avro schema: StructType(StructField(BAD,IntegerType,true),StructField(ID,StringType,true),...,StructField(MORTDUE,DoubleType,true)&lt;/FONT&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;Conversion error is produced for every column from the parquet file. The same parquet file can be successfully written to Iceberg or Delta format.&lt;/DIV&gt;&lt;DIV&gt;Is there any chance to use Hudi format in DB 17 which is on Sark 4.0&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I will appreciate any suggestions.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Thank You&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Zbyszek&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 16:07:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/create-a-hudi-table-with-databrick-17/m-p/139396#M51188</guid>
      <dc:creator>Zbyszek</dc:creator>
      <dc:date>2025-11-17T16:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Hudi table with Databrick 17</title>
      <link>https://community.databricks.com/t5/data-engineering/create-a-hudi-table-with-databrick-17/m-p/139537#M51222</link>
      <description>&lt;P&gt;Support for Spark 4.0 is still an open issuse&lt;/P&gt;
&lt;P&gt;&lt;A href="https://issues.apache.org/jira/browse/HUDI-7915" target="_blank"&gt;https://issues.apache.org/jira/browse/HUDI-7915&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please use the preview for testing but you may have to think about design for production with supported releases.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 14:22:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/create-a-hudi-table-with-databrick-17/m-p/139537#M51222</guid>
      <dc:creator>AbhaySingh</dc:creator>
      <dc:date>2025-11-18T14:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Hudi table with Databrick 17</title>
      <link>https://community.databricks.com/t5/data-engineering/create-a-hudi-table-with-databrick-17/m-p/139668#M51262</link>
      <description>&lt;P&gt;Thank You for your response, I will wait for more updates on that.&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Ziggy&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 11:58:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/create-a-hudi-table-with-databrick-17/m-p/139668#M51262</guid>
      <dc:creator>Zbyszek</dc:creator>
      <dc:date>2025-11-19T11:58:57Z</dc:date>
    </item>
  </channel>
</rss>

