phanikumars opened a new issue, #18943:
URL: https://github.com/apache/hudi/issues/18943

   ### Bug Description
   
   **What happened:**
   The incremental query does not return values for all columns when we make a 
partial update; instead, it returns only the fields that changed as part of the 
partial update.
   
   **What you expected:**
   The incremental query should return all fields in the table. Due to this 
issue, we end up joining the table again to get the complete row, which is a 
performance hit.
   
   https://apache-hudi.slack.com/archives/C4D716NPQ/p1770644265230019
   
   
   ### Environment
   
   **Hudi version:**
   Hudi 1.1
   **Query engine:** (Spark/Flink/Trino etc)
   Spark
   
   ### Logs and Stack Trace
   
   _No response_


-- 
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]

Reply via email to