[MCOL-4050] choose one xml lib to use Created: 2020-06-10 Updated: 2023-10-25 Resolved: 2023-10-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | Storage Manager |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Task | Priority: | Minor |
| Reporter: | Patrick LeBlanc (Inactive) | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I used minidom to write the failover module, and Roman used lxml to implement the rest server. We should use one xml lib. Two places where minidom is used right now. Probably easier to do minidom -> lxml than to do lxml ->minidom. TBD. |