remove overzealous check for backwards compatibility

This commit is contained in:
Xavier Léauté 2015-04-15 22:06:53 -07:00
parent 1cfc13cc41
commit 1d153674b6
1 changed files with 0 additions and 2 deletions

View File

@ -191,8 +191,6 @@ public class DictionaryEncodedColumnPartSerde implements ColumnPartSerde
@NotNull @JsonProperty("byteOrder") ByteOrder byteOrder
)
{
Preconditions.checkArgument(byteOrder != null, "byte order must be specified");
this.bitmapSerdeFactory = bitmapSerdeFactory == null
? new BitmapSerde.LegacyBitmapSerdeFactory()
: bitmapSerdeFactory;