Merge pull request #5557 from smatvienko-tb/partitioning_incorrect_parameter_npe_fix
Fixed NPE in case of incorrect partitioning name parameter
This commit is contained in:
commit
aa374fb2ec
@ -66,6 +66,6 @@ public enum NoSqlTsPartitionDate {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return Optional.of(partition);
|
return Optional.ofNullable(partition);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user