Describe the bug, including details regarding any error messages, version, and platform.
Hi, we have a UserDefinedPredicate, which "keeps" null values acceptsNullValue()==true.
However, whenever DictionaryFilter can be applied, it drops blocks containing null values if the rest of the values can be dropped.
I will create a PR with a sample test and possible fix shortly: #3173
Component(s)
Core
Describe the bug, including details regarding any error messages, version, and platform.
Hi, we have a
UserDefinedPredicate,which "keeps" null valuesacceptsNullValue()==true.However, whenever
DictionaryFiltercan be applied, it drops blocks containing null values if the rest of the values can be dropped.I will create a PR with a sample test and possible fix shortly: #3173
Component(s)
Core