satishkotha edited a comment on issue #1885: URL: https://github.com/apache/hudi/issues/1885#issuecomment-665909566
If all columns in the table are part of 'key', updates do not really make sense. Update usually means we want to change 'value' associated with key. You can consider deleting previous key and inserting new key combination. Is this a real scenario to have just 2 columns, both part of the key? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
