jrgemignani commented on code in PR #2302:
URL: https://github.com/apache/age/pull/2302#discussion_r2687922709
##########
src/backend/utils/adt/agtype_util.c:
##########
@@ -1597,7 +1795,7 @@ void agtype_hash_scalar_value_extended(const agtype_value
*scalar_val,
case AGTV_VERTEX:
{
graphid id;
- agtype_value *id_agt = GET_AGTYPE_VALUE_OBJECT_VALUE(scalar_val, "id");
+ agtype_value *id_agt = AGTYPE_VERTEX_GET_ID(scalar_val);
Review Comment:
Unnecessary
--
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]