Merge pull request #1287 from metamx/fix-dim-backwards-compat

remove overzealous check for backwards compatibility
This commit is contained in:
Fangjin Yang 2015-04-15 22:15:28 -07:00
commit d0fc7db684
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;