deepakpanda93 commented on issue #15828:
URL: https://github.com/apache/hudi/issues/15828#issuecomment-5394626221

   **Fixed.** At 0.13.0 the matrix ran Spark 2.4 through 3.3 with 3.0 as the 
only gap, which is what this issue reports. Commit `11aee9695ec3` 
(*"[HUDI-6212] Hudi Spark 3.0.x integration"*, #8714, 2023-05-19) added the 
`hudi-spark-datasource/hudi-spark3.0.x` module. Containment checked rather than 
inferred from dates: comparing that commit against `release-0.14.0` reports 
`ahead` with `behind_by=0`, and the module listing confirms it - absent at 
`release-0.13.0`, present at `release-0.14.0` and `release-0.15.0`.
   
   So the gap was filled in **0.14.0**, the release right after this was raised.
   
   **Then withdrawn.** Commit `ef8a7ad4f17a` (*"[HUDI-7918] Remove support of 
Spark 3.0, 3.1, and 3.2"*, #11692) removed it, and that is contained in 
`release-1.0.0` and `release-1.2.0`. Current master floors at `hudi-spark3.3.x`:
   
   hudi-spark3.3.x  hudi-spark3.4.x  hudi-spark3.5.x
   hudi-spark4.0.x  hudi-spark4.1.x  hudi-spark4.2.x
   
   **What this means in practice:** if you need Spark 3.0, use Hudi **0.14.x or 
0.15.x**. Hudi 1.x will not run on Spark 3.0, and re-adding it would be a 
project-direction decision rather than a bug fix - worth the dev list rather 
than this ticket.
   
   Note the fix landed under HUDI-6212, not HUDI-5942, which is why nothing 
here ever linked back to it.
   
   Closing as fixed in 0.14.0.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to