Skip to content

Commit 5b9ddae

Browse files
committed
fix: change to a permanent link
1 parent 7ec8a91 commit 5b9ddae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/util/projection_util_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ class ProjectionUtil {
289289

290290
// Fixes an inclusive projection to account for incorrectly transformed values.
291291
// align with Java implementation:
292-
// https://github.com/apache/iceberg/blob/main/api/src/main/java/org/apache/iceberg/transforms/ProjectionUtil.java#L275
292+
// https://github.com/apache/iceberg/blob/1.10.x/api/src/main/java/org/apache/iceberg/transforms/ProjectionUtil.java#L275
293293
static Result<std::unique_ptr<UnboundPredicate>> FixInclusiveTimeProjection(
294294
std::unique_ptr<UnboundPredicateImpl<BoundReference>> projected) {
295295
if (projected == nullptr) {

0 commit comments

Comments
 (0)