nsivabalan commented on code in PR #10098:
URL: https://github.com/apache/hudi/pull/10098#discussion_r1397993007
##########
hudi-common/src/main/java/org/apache/hudi/BaseHoodieTableFileIndex.java:
##########
@@ -300,6 +311,19 @@ protected List<PartitionPath>
listPartitionPaths(List<String> relativePartitionP
protected List<PartitionPath> listPartitionPaths(List<String>
relativePartitionPaths) {
List<String> matchedPartitionPaths;
try {
+ if (isPartitionedTable()) {
+ if (queryType == HoodieTableQueryType.INCREMENTAL &&
beginInstantTime.isPresent()) {
+ HoodieTimeline timelineAfterBeginInstant =
TimelineUtils.getCommitsTimelineAfter(metaClient, beginInstantTime.get(),
Option.empty());
Review Comment:
yes, I agree. but not sure if you are suggesting to do anything here for that
--
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]