Yicong-Huang commented on code in PR #8138:
URL: https://github.com/apache/texera/pull/8138#discussion_r3899494038
##########
amber/src/main/scala/org/apache/texera/web/resource/dashboard/hub/HubResource.scala:
##########
@@ -92,15 +92,21 @@ object HubResource {
* Checks if a given user has liked a specific entity.
Review Comment:
The summary line still describes a single-entity check, while every tag
beneath it now says batch — `@param entityIds`, `@param entityTypes`, and
`@return The liked status for each entity`. A reader who stops at the first
sentence gets the pre-batch contract.
```suggestion
* Checks, for each requested entity, whether the given user has liked it.
```
--
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]