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 956 forks source link

[core] Introduce PredicateUtils to refactor Predicate handle #4469

Closed xuzifu666 closed 1 week ago

xuzifu666 commented 2 weeks ago

Purpose

Linked issue: close #xxx

  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

LinMingQiang commented 2 weeks ago

+1

xuzifu666 commented 2 weeks ago

@wwj6591812 had addressed, Thanks for review.