mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-18 12:27:15 +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,
|
||||
DEFAULT_MAX_TRANSACTION_RETRY)
|
||||
.stream()
|
||||
.filter(Objects::nonNull)
|
||||
.flatMap(List::stream)
|
||||
.collect(Collectors.toList());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user