Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-7924

thrift interface is inconsistently implemented on timestamp/range scan

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 0.92.0, 0.94.5
    • None
    • Thrift
    • None

    Description

      a getRowsWithColumnsTs or a Scan object are being exposed (as by documentation and .thrift description file) only as exact timestamp matcher,
      no timerange functionality is (supposedly) being exposed -> see: HBASE-7907

      instead, the Scan object is behaving as by documentation
      but the getRowsWithColumnsTs() beneath has a timerange behaviour

        if (tScan.isSetTimestamp()) {
            scan.setTimeRange(Long.MIN_VALUE, tScan.getTimestamp());              
        }
      

      see: HBASE-5694

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              zeph Guido Serra aka Zeph
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: