Muawiya-contact commented on PR #320: URL: https://github.com/apache/hugegraph-ai/pull/320#issuecomment-4276241638
> > Ready for CI testing. Gremlin/traverser issues can be addressed in a follow-up PR once the 1.7.0 API contract is fully documented. > > @Muawiya-contact but the ci can't pass for now (refer [apache/hugegraph#2662](https://github.com/apache/hugegraph/pull/2662) to fix them) <img alt="image" width="1517" height="528" src="https://private-user-images.githubusercontent.com/17706099/580450823-6fc98327-9029-4e92-b8ab-554e15f5c4e4.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzY2MTM1NTIsIm5iZiI6MTc3NjYxMzI1MiwicGF0aCI6Ii8xNzcwNjA5OS81ODA0NTA4MjMtNmZjOTgzMjctOTAyOS00ZTkyLWI4YWItNTU0ZTE1ZjVjNGU0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA0MTklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNDE5VDE1NDA1MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA2OGFlNGMwOTY1Y2M2Y2U4Mjc2ZmE1MmY0Y2Q1MjQ5ZmJmZWJmZDEwMjU3ODJkNGJhODBlMDI0Mjg5OGE2MzEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.1-mjgmJFZwffD9O_PtUWj8cXmsl Ri_YSqk2MmJHJHWU"> @imbajin Thanks for the feedback! I've now added support for the apache/hugegraph#2662 parent/child label feature: - Added `EdgeLabel.parent(parent_label)` and `VertexLabel.parent(parent_label)` methods - Updated schema operations to handle parent label relationships - Maintained backward compatibility with HugeGraph 1.3.0+ - All version-aware fixes in place for 1.7.0 API changes Commit 6324b33 is pushed. Ready for CI testing again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
