apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.43k stars 954 forks source link

[core] Introduce InPredicateVisitor to refactor Predicate handle #4486

Closed xuzifu666 closed 1 week ago

xuzifu666 commented 1 week ago

Purpose

Linked issue: close #xxx from: https://github.com/apache/paimon/pull/4469

  1. Follow up https://github.com/apache/paimon/pull/4436 , refactor related logic to a util class to duplicate codes;
  2. Fix incidental ut failed due to order in schema test.

Tests

API and Format

Documentation

xuzifu666 commented 1 week ago

@wwj6591812 had addressed, Thanks.

wwj6591812 commented 1 week ago

+1