backport: #35013
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user