You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "David C Navas (JIRA)" <ji...@apache.org> on 2019/05/21 18:12:00 UTC

[jira] [Resolved] (SPARK-27730) Add support for removeAllKeys

     [ https://issues.apache.org/jira/browse/SPARK-27730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David C Navas resolved SPARK-27730.
-----------------------------------
       Resolution: Duplicate
    Fix Version/s: 3.0.0

resolved in umbrella ticket

> Add support for removeAllKeys
> -----------------------------
>
>                 Key: SPARK-27730
>                 URL: https://issues.apache.org/jira/browse/SPARK-27730
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Spark Core
>    Affects Versions: 2.3.3
>            Reporter: David C Navas
>            Priority: Major
>             Fix For: 3.0.0
>
>         Attachments: RemoveAll.pdf
>
>
> After a false start as described in attached, I implement a removeAllKeys call to KVStore that is capable of deleting all keys that match a particular class' index.  The implementation in LevelDB performs a delete based on each key, as elements in LevelDB are indexed, and the implementation in InMemoryStore performs a scan and conditional remove, as elements in InMemoryStore are not indexed.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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