Skip to content

Commit

Permalink
trigger test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Yu committed Jan 13, 2025
1 parent cef66c8 commit 68827e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ class MultiPartitionPlanner(val partitionLocationProvider: PartitionLocationProv
case None => (lastTimeRange.endMs, timeRange.endMs)
}
if (gapStartTimeMs <= gapEndTimeMs){
// Check if there is a gap
val newParams = qParams.copy(startSecs = gapStartTimeMs / 1000, endSecs = gapEndTimeMs / 1000)
val newContext = qContext.copy(origQueryParams = newParams)
val newLp = rewritePlanWithRemoteRawExport(logicalPlan,
Expand Down

0 comments on commit 68827e2

Please sign in to comment.