jonvex commented on code in PR #13711:
URL: https://github.com/apache/hudi/pull/13711#discussion_r2280969692
##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataUtil.java:
##########
@@ -1721,8 +1760,9 @@ private static
List<HoodieColumnRangeMetadata<Comparable>> readColumnRangeMetada
} catch (Exception e) {
// NOTE: In case reading column range metadata from individual file
failed,
// we simply fall back, in lieu of failing the whole task
- LOG.error("Failed to fetch column range metadata for: {}",
partitionPathFileName);
- return Collections.emptyList();
+ throw new HoodieException("Failed to fetch column range metadata for: "
+ partitionPathFileName, e);
Review Comment:
https://issues.apache.org/jira/browse/HUDI-9722 ticket. Need to fail task in
some cases
--
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]