Open ilicmarkodb opened 1 month ago
Added CollatedPredicate, which extends Predicate and it should be used for comparing strings in collated fashion.
Tests added to DefaultExpressionEvaluatorSuite and ImplicitCastExpressionSuite.
DefaultExpressionEvaluatorSuite
ImplicitCastExpressionSuite
Yes, it introduce new type of Predicate, CollatedPredicate.
Which Delta project/connector is this regarding?
Description
Added CollatedPredicate, which extends Predicate and it should be used for comparing strings in collated fashion.
How was this patch tested?
Tests added to
DefaultExpressionEvaluatorSuite
andImplicitCastExpressionSuite
.Does this PR introduce any user-facing changes?
Yes, it introduce new type of Predicate, CollatedPredicate.