You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both pymilvus and ikvpy are installed together and all tests passing on feast.
Current Behavior
When two packages contain .proto files with identical names and paths, the protobuf library encounters conflicts during the loading process, resulting in the aforementioned error. Currently test fails when both pymilvus and ikvpy are installed together in CI pipeline.
FAILED sdk/python/tests/doctest/test_all.py::test_docstrings - TypeError: Couldn't build proto file into descriptor pool: duplicate file name common.proto
Expected Behavior
Both pymilvus and ikvpy are installed together and all tests passing on feast.
Current Behavior
When two packages contain .proto files with identical names and paths, the protobuf library encounters conflicts during the loading process, resulting in the aforementioned error. Currently test fails when both pymilvus and ikvpy are installed together in CI pipeline.
FAILED sdk/python/tests/doctest/test_all.py::test_docstrings - TypeError: Couldn't build proto file into descriptor pool: duplicate file name common.proto
Steps to reproduce
Possible Solution
The text was updated successfully, but these errors were encountered: