[Enhancement](pyudf) add helper command to show more py info#60751
[Enhancement](pyudf) add helper command to show more py info#60751linrrzqqq wants to merge 2 commits intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
b063409 to
afd10e7
Compare
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
afd10e7 to
061fc3f
Compare
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 29678 ms |
TPC-DS: Total hot run time: 183191 ms |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
|
run p0 |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
061fc3f to
2fbd02f
Compare
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
FE UT Coverage ReportIncrement line coverage |
TPC-H: Total hot run time: 28826 ms |
TPC-DS: Total hot run time: 183957 ms |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
be/src/udf/python/python_env.cpp
Outdated
| // Parse JSON output: [{"name": "pkg", "version": "1.0"}, ...] | ||
| // Simple JSON parsing without external library | ||
| // Each entry looks like: {"name": "package_name", "version": "1.2.3"} | ||
| static std::regex entry_re( |
be/src/service/backend_service.cpp
Outdated
| THROW_IF_ERROR(list_installed_packages(version, &packages)); | ||
|
|
||
| for (const auto& [name, ver] : packages) { | ||
| TPythonPackageInfo info; |
There was a problem hiding this comment.
implement the method in py env
|
run buildall |
FE UT Coverage ReportIncrement line coverage |
TPC-H: Total hot run time: 28894 ms |
TPC-DS: Total hot run time: 184237 ms |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
doc: apache/doris-website#3402
Add the auxiliary commands
SHOW PYTHON VERSIONSandSHOW PYTHON PACKAGES IN '<VERSION>'to display more PythonUDF-related information.None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)