Uploaded image for project: 'Kite SDK (READ-ONLY)'
  1. Kite SDK (READ-ONLY)
  2. KITE-193

DatasetAccessor OCC delete method does not need a partition key

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Blocker
    • Resolution: Fixed
    • Affects Version/s: hbase-branch
    • Fix Version/s: 0.9.0
    • Component/s: HBase Module
    • Labels:
      None

      Description

      The key is a part of the entity so there's no reason to specify it twice. Change

      public boolean delete(PartitionKey key, E entity);
      

      to

      public boolean delete(E entity);
      

        Attachments

          Activity

            People

            • Assignee:
              adam Adam Warrington
              Reporter:
              tom Tom White
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: