Skip to content

Commit f5e6104

Browse files
wgtmaczhjwpku
andauthored
Update src/iceberg/schema_util.h
Co-authored-by: Junwang Zhao <[email protected]>
1 parent b0fd1ea commit f5e6104

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/iceberg/schema_util.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ struct ICEBERG_EXPORT FieldProjection {
3636
/// \brief How the field is projected.
3737
enum class Kind {
3838
/// \brief The field is projected from the source with possible conversion for
39-
/// supported
40-
/// schema evolution.
39+
/// supported schema evolution.
4140
kProjected,
4241
/// \brief Metadata column whose value is generated on demand.
4342
kMetadata,

0 commit comments

Comments
 (0)