[update](hudi) update hudi-spark bundle to 3.4.3 (#35013) (#35718)

backport: #35013
This commit is contained in:
Ashin Gau
2024-05-31 20:51:28 +08:00
committed by GitHub
parent 9c270e5cdf
commit 9dc1196f1c
7 changed files with 99 additions and 81 deletions

View File

@ -162,6 +162,7 @@ public class HudiCachedPartitionProcessor extends HudiPartitionProcessor {
partitionValues.writeLock().unlock();
}
} catch (Exception e) {
LOG.warn("Failed to get hudi partitions", e);
throw new CacheException("Failed to get hudi partitions", e);
}
}