Skip to content
Merged
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/iceberg/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class ICEBERG_EXPORT Schema : public StructType {
/// Short names for maps and lists are included for any name that does not conflict with
/// a canonical name. For example, a list, 'l', of structs with field 'x' will produce
/// short name 'l.x' in addition to canonical name 'l.element.x'. A map 'm', if its
/// value include a structs with field 'x' wil produce short name 'm.x' in addition to
/// value includes a struct with field 'x' will produce short name 'm.x' in addition to
/// canonical name 'm.value.x'.
/// FIXME: Currently only handles ASCII lowercase conversion; extend to support
/// non-ASCII characters (e.g., using std::towlower or ICU)
Expand Down
Loading