SYaoJun opened a new issue, #926: URL: https://github.com/apache/incubator-graphar/issues/926
### Describe the bug, including details regarding any error messages, version, and platform. **Description** When calling `hasLabel()` on a filtered vertex collection, the function incorrectly uses `cur_offset_` directly instead of looking up the actual vertex ID from `filtered_ids_`. This causes incorrect label checks on filtered results. **Root Cause** The `hasLabel()` function did not check `is_filtered_` flag, while the `label()` function correctly handles this case. ### Component(s) C++ -- 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]
