We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec8a91 commit 5b9ddaeCopy full SHA for 5b9ddae
src/iceberg/util/projection_util_internal.h
@@ -289,7 +289,7 @@ class ProjectionUtil {
289
290
// Fixes an inclusive projection to account for incorrectly transformed values.
291
// align with Java implementation:
292
- // https://github.com/apache/iceberg/blob/main/api/src/main/java/org/apache/iceberg/transforms/ProjectionUtil.java#L275
+ // https://github.com/apache/iceberg/blob/1.10.x/api/src/main/java/org/apache/iceberg/transforms/ProjectionUtil.java#L275
293
static Result<std::unique_ptr<UnboundPredicate>> FixInclusiveTimeProjection(
294
std::unique_ptr<UnboundPredicateImpl<BoundReference>> projected) {
295
if (projected == nullptr) {
0 commit comments