You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/08/24 22:15:45 UTC

[GitHub] [hudi] prashanthvg89 opened a new issue #2029: Records seen with _hoodie_is_deleted set to true on non-existing record

prashanthvg89 opened a new issue #2029:
URL: https://github.com/apache/hudi/issues/2029


   If a Hudi table, let's say, has zero rows and I issue an upsert with _hoodie_is_deleted = true then the record is still visible when I read the table. It works if the record was already existing but as a user I expect the same behavior on a non-existing record, too. So far the only way out seems to be to use soft delete or query with _hoodie_is_deleted = false


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [hudi] bvaradar commented on issue #2029: Records seen with _hoodie_is_deleted set to true on non-existing record

Posted by GitBox <gi...@apache.org>.
bvaradar commented on issue #2029:
URL: https://github.com/apache/hudi/issues/2029#issuecomment-680115497


   @nsivabalan : Please take a look. 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [hudi] prashanthvg89 commented on issue #2029: Records seen with _hoodie_is_deleted set to true on non-existing record

Posted by GitBox <gi...@apache.org>.
prashanthvg89 commented on issue #2029:
URL: https://github.com/apache/hudi/issues/2029#issuecomment-682045840


   I am using 0.5.2. Master is 0.6.1 right? What is the latest version this is fixed?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [hudi] nsivabalan closed issue #2029: Records seen with _hoodie_is_deleted set to true on non-existing record

Posted by GitBox <gi...@apache.org>.
nsivabalan closed issue #2029:
URL: https://github.com/apache/hudi/issues/2029


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [hudi] prashanthvg89 commented on issue #2029: Records seen with _hoodie_is_deleted set to true on non-existing record

Posted by GitBox <gi...@apache.org>.
prashanthvg89 commented on issue #2029:
URL: https://github.com/apache/hudi/issues/2029#issuecomment-683164240


   Perfect. Works in 0.6.0. Thank you!


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [hudi] nsivabalan commented on issue #2029: Records seen with _hoodie_is_deleted set to true on non-existing record

Posted by GitBox <gi...@apache.org>.
nsivabalan commented on issue #2029:
URL: https://github.com/apache/hudi/issues/2029#issuecomment-681054525


   @prashanthvg89 : may I know which hudi version are you using? I tried in latest master, and I don't see 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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] nsivabalan edited a comment on issue #2029: Records seen with _hoodie_is_deleted set to true on non-existing record

Posted by GitBox <gi...@apache.org>.
nsivabalan edited a comment on issue #2029:
URL: https://github.com/apache/hudi/issues/2029#issuecomment-682107789


   can you try 0.6.0. we had a release recently and you should be able to use mvn artifacts.


----------------------------------------------------------------
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:
users@infra.apache.org