We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f415d commit df59669Copy full SHA for df59669
src/databricks/labs/ucx/assessment/sequencing.py
@@ -63,7 +63,8 @@ class PriorityQueue:
63
This implementation does not support threading safety as that is not required.
64
65
Source:
66
- https://docs.python.org/3/library/heapq.html
+ See https://docs.python.org/3/library/heapq.html#priority-queue-implementation-notes on the changes below
67
+ to handle priority changes in the task.
68
"""
69
70
_REMOVED = "<removed>" # Mark removed items
0 commit comments