Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Parquet/Schema/DataField.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class DataField : Field, ICloneable {
private int _fieldId = -1;

/// <summary>
/// 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 <see cref="ClrNullableIfHasNullsType"/> property accordingly.
/// </summary>
public override bool IsNullable {
Expand Down