Uploaded image for project: 'Apache Apex Malhar'
  1. Apache Apex Malhar
  2. APEXMALHAR-1985

Cassandra Input Oeprator: startRow set incorrectly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.4.0
    • None
    • None

    Description

      The CassandraInputOperator scans the table starting with StratRow, at end of each query, it updates start row to the last scanned row in current query.
      The query format is: select * from %t where token(%p) > %v limit %l

      Where %v is set to primary column value, but instead it should be set to token value of start row i.e.
      %v = token(startRow).

      Reference: http://mail-archives.apache.org/mod_mbox/cassandra-user/201308.mbox/%3CCA+VSrLpeZqSv_85YqqR-99F-q2PMv2LAJ825WZrL7MEAf_jxFw@mail.gmail.com%3E

      Attachments

        Activity

          People

            pgugale Priyanka Gugale
            pgugale Priyanka Gugale
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: