mirror of https://github.com/apache/druid.git
Merge pull request #1287 from metamx/fix-dim-backwards-compat
remove overzealous check for backwards compatibility
This commit is contained in:
commit
d0fc7db684
|
@ -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