Skip to content
Closed
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
7 changes: 1 addition & 6 deletions format/Message.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ table Interval {
unit: IntervalUnit;
}

table JSONScalar {
dense:bool=true;
}

/// ----------------------------------------------------------------------
/// Top-level Type value, enabling extensible type-specific metadata. We can
/// add new logical types to Type without breaking backwards compatibility
Expand All @@ -95,8 +91,7 @@ union Type {
Interval,
List,
Struct_,
Union,
JSONScalar
Union
}

/// ----------------------------------------------------------------------
Expand Down