You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/11/15 09:35:26 UTC

[GitHub] [iceberg] wsjz opened a new issue, #6196: How to use equality delete in Iceberg v2 table

wsjz opened a new issue, #6196:
URL: https://github.com/apache/iceberg/issues/6196

   ### Feature Request / Improvement
   
   I want to generate equality delete in EMR spark, but It's all position delete, so how can I use this
   
   ### Query engine
   
   Spark


-- 
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: issues-unsubscribe@iceberg.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] github-actions[bot] commented on issue #6196: How to use equality delete in Iceberg v2 table

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #6196:
URL: https://github.com/apache/iceberg/issues/6196#issuecomment-1556339408

   This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.


-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] github-actions[bot] closed issue #6196: How to use equality delete in Iceberg v2 table

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #6196: How to use equality delete  in Iceberg v2 table
URL: https://github.com/apache/iceberg/issues/6196


-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] singhpk234 commented on issue #6196: How to use equality delete in Iceberg v2 table

Posted by GitBox <gi...@apache.org>.
singhpk234 commented on issue #6196:
URL: https://github.com/apache/iceberg/issues/6196#issuecomment-1323992792

   > @singhpk234 is it worth documenting this so that it's clearer for users?
   
   +1 I think we should document this, have seen this come up quite a number of times in slack discussions. 
   I think adding a note here https://github.com/apache/iceberg/blob/master/docs/spark-writes.md#spark-writes or https://github.com/apache/iceberg/blob/master/docs/spark-writes.md#delete-from should be sufficient thoughts ? 


-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] github-actions[bot] commented on issue #6196: How to use equality delete in Iceberg v2 table

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #6196:
URL: https://github.com/apache/iceberg/issues/6196#issuecomment-1593872929

   This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale'


-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] singhpk234 commented on issue #6196: How to use equality delete in Iceberg v2 table

Posted by GitBox <gi...@apache.org>.
singhpk234 commented on issue #6196:
URL: https://github.com/apache/iceberg/issues/6196#issuecomment-1315672501

   writing Equality deletes are not supported in spark as of now, I think only flink supports it at the moment
   


-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] nastra commented on issue #6196: How to use equality delete in Iceberg v2 table

Posted by GitBox <gi...@apache.org>.
nastra commented on issue #6196:
URL: https://github.com/apache/iceberg/issues/6196#issuecomment-1323852395

   @singhpk234 is it worth documenting this so that it's clearer for users?


-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] ajantha-bhat commented on issue #6196: How to use equality delete in Iceberg v2 table

Posted by GitBox <gi...@apache.org>.
ajantha-bhat commented on issue #6196:
URL: https://github.com/apache/iceberg/issues/6196#issuecomment-1324000845

   @singhpk234, @nastra: 
   
   I think we need to add it to this. Without mentioning what is row-level-deletes, we can't add the note in spark writes.
   https://github.com/apache/iceberg/pull/3432
   
   I pinged @jackye1995 at that time, but he didn't reply. Maybe I can open a new PR by adding him as a co-author. 


-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org