Abdullah Alamoudi created ASTERIXDB-1826:
--------------------------------------------

             Summary: Update Index metadata calls use the delete operation enum
                 Key: ASTERIXDB-1826
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1826
             Project: Apache AsterixDB
          Issue Type: Bug
            Reporter: Abdullah Alamoudi
            Assignee: Abdullah Alamoudi


Currently, updates to metadata of an LSM index uses the DELETE operation enum 
to get the memory component since a delete only gets the current memory 
component.

Should it have a new entry in
public enum IndexOperation {
    CREATE,
    INSERT,
    DELETE,
    UPDATE,
    UPSERT,
    SEARCH,
    DISKORDERSCAN,
    PHYSICALDELETE,
    NOOP,
    MERGE,
    FULL_MERGE,
    FLUSH,
    REPLICATE
}
??



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to