binbin

Results 247 comments of binbin

And the same issue exists in the interface "get_compaction_plans()" and "wait_for_compaction_completed()", need check too. ``` >>> collection.wait_for_compaction_completed() Traceback (most recent call last): File "", line 1, in File "/home/major_compaction/pymilvus/virtual/lib/python3.10/site-packages/pymilvus/orm/collection.py", line...

verified "wait_for_compaction_completed()" and "get_compaction_state()", they are fixed. But "get_compaction_plans()" does not support major compaction yet.