ananthdurai opened a new issue #7389:
URL: https://github.com/apache/pinot/issues/7389
Pinot now supports row-level mutation such as upsert, partial upsert,
however the PQL syntax is not reflecting these operations to express in simple
SQL statements.
(e.g)
```
UPDATE meetup_rsvp SET user_name = "foo" WHERE user_id = "bar"; or
INSERT INTO meetup_rspv(meetup_id, user_id, user_name) Values (1, "foo",
"bar");
```
PQL abstraction for the upsert operation can simplify the data management on
Apache Pinot.
**Related Tickets:**
https://github.com/apache/pinot/issues/4809
https://github.com/apache/pinot/issues/6575
--
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]