XiaoHongbo-Hope opened a new pull request, #9463: URL: https://github.com/apache/paimon/pull/9463
## Purpose `merge_into` condition expressions use the Python DataFusion package but currently direct users to `pypaimon[sql]`, which also installs `pypaimon-rust`. This makes the condition dependency unnecessarily coupled to the full SQL stack. ## Changes - Add `pypaimon[datafusion]` with only `datafusion>=54,<55`. - Keep `pypaimon[sql]` unchanged for the full Rust and DataFusion SQL stack. - Point merge condition errors and documentation to the new extra. - Add a regression test for the missing-dependency message. ## Validation - Merge condition tests: 12 passed, 36 skipped, 109 deselected. - Missing-dependency regression test passed. - Generated package metadata contains the new `datafusion` extra while `sql` retains both dependencies. - flake8 and `git diff --check` passed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
