Skip to content

Commit ceeda1d

Browse files
authored
Update src/iceberg/util/projection_util_internal.h
1 parent 925fe12 commit ceeda1d

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
@@ -132,7 +132,7 @@ class ProjectionUtil {
132132
}
133133
}
134134

135-
// Apply to int32, int64, decimal
135+
// Apply to int32, int64, decimal, and temporal types.
136136
static Result<std::unique_ptr<UnboundPredicate>> TransformNumeric(
137137
std::string_view name, const std::shared_ptr<BoundLiteralPredicate>& pred,
138138
const std::shared_ptr<TransformFunction>& func) {

0 commit comments

Comments
 (0)