Skip to content
  • Ruslan Zakirov's avatar
    perform bulk cf update operations in order · bcb8f0f6
    Ruslan Zakirov authored
    Order of operations does matter especially when
    there are values to add and delete at the same time.
    It's more important with perl 5.18 where each walk
    through hash can be in different order.
    
    Ignore deletes if we're adding value for field that
    can have only one value.
    bcb8f0f6