Follow #1409 Add the conversion execution list in the Spark UI.
Open
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 241
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 21
Description
Before add :
After :
Add the conversion execution list. The core display functions of this list are described as follows:
Feature 1: Show the number of queries;
Feature 2: Execution plans that were not converted to native and the reasons for the non-conversion;
Feature 3: Original physical execution plans;
Feature 4: The number of nodes converted to Aurora nodes;
Feature 5: The number of nodes that were not converted.
Contributor guide
Assessment
This issue has not been assessed yet.