[BugFix] If the operator is AND, return the predicates that are not null for paimon (backport #66038) #34096
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: NOTIFICATION | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| issues: | |
| types: | |
| - opened | |
| jobs: | |
| notification-checker: | |
| runs-on: [self-hosted, normal] | |
| name: RUN | |
| steps: | |
| - name: outer issue notification | |
| run: | | |
| rm -rf ./ci-tool && cp -rf /var/lib/ci-tool ./ci-tool && cd ci-tool && git pull && source lib/init.sh | |
| python3 lib/notify_outer_issue_pr.py |