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
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ private static SortOrder defaultSortOrder(PrimitiveTypeName primitive) {
return SortOrder.SIGNED;
case BINARY:
case FIXED_LEN_BYTE_ARRAY:
case INT96: // only used for timestamp, which uses unsigned values
return SortOrder.UNSIGNED;
}
return SortOrder.UNKNOWN;
Expand Down