Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
As was pointed out in https://github.com/apache/hudi/pull/8206#pullrequestreview-1345104330, clustering on bootstrap table fails when row writer is disabled. The non-row writer path does not handle bootstrap file paths. An attemp to fix this was made in https://github.com/apache/hudi/pull/8289 but it only succeeds for Spark 3.2+ versions.