mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-20 13:35:12 +00:00
fix(NPE): fix NPE in EntityService (#11373)
This commit is contained in:
parent
54b8ce3018
commit
cb7ac88bb4
@ -1041,6 +1041,7 @@ public class EntityServiceImpl implements EntityService<ChangeItemImpl> {
|
|||||||
inputBatch,
|
inputBatch,
|
||||||
DEFAULT_MAX_TRANSACTION_RETRY)
|
DEFAULT_MAX_TRANSACTION_RETRY)
|
||||||
.stream()
|
.stream()
|
||||||
|
.filter(Objects::nonNull)
|
||||||
.flatMap(List::stream)
|
.flatMap(List::stream)
|
||||||
.collect(Collectors.toList());
|
.collect(Collectors.toList());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user