diff --git a/src/Parquet/Schema/DataField.cs b/src/Parquet/Schema/DataField.cs index dcafcd72..728ffc7e 100644 --- a/src/Parquet/Schema/DataField.cs +++ b/src/Parquet/Schema/DataField.cs @@ -14,7 +14,7 @@ public class DataField : Field, ICloneable { private int _fieldId = -1; /// - /// When true, this element is allowed to have nulls. Bad naming, probably should be something like IsNullable. + /// When true, this element is allowed to have nulls. /// Changes property accordingly. /// public override bool IsNullable {