mirror of https://github.com/apache/druid.git
remove overzealous check for backwards compatibility
This commit is contained in:
parent
1cfc13cc41
commit
1d153674b6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue