mayankshriv commented on issue #14924: URL: https://github.com/apache/pinot/issues/14924#issuecomment-2631229240
Hi @raghukn, the idea behind current behavior is very intentional, and desired by most use cases. For example: * Use cases where sparse events are coming in for a PK, and we want to collect the non-null values from all events. * Use case where most data for a PK doesn't change and you just want to override few specific fields, but don't want to send the entire payload again. Having said that, I can see how your requirement is also valid. Wondering, why full upsert doesn't work for you? cc: @Jackie-Jiang for comment on whether there should be a mode in partial upsert to support this. -- 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]
