nsivabalan commented on issue #3400:
URL: https://github.com/apache/hudi/issues/3400#issuecomment-894465805


   1. yes, may not be possible. 
   2. yes. hoodie adds some meta fields like to store the computed record key, 
partition path, commit time , etc for every record. to support incremental 
queries, and to avoid recomputing record keys during merges etc, these are 
unavoidable. But we recently added support for virtual keys with which this 
overhead can be avoided, but you might have to give up on incremental query and 
few other limitations.


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