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 b0fd1ea commit f5e6104Copy full SHA for f5e6104
src/iceberg/schema_util.h
@@ -36,8 +36,7 @@ struct ICEBERG_EXPORT FieldProjection {
36
/// \brief How the field is projected.
37
enum class Kind {
38
/// \brief The field is projected from the source with possible conversion for
39
- /// supported
40
- /// schema evolution.
+ /// supported schema evolution.
41
kProjected,
42
/// \brief Metadata column whose value is generated on demand.
43
kMetadata,
0 commit comments