Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-1993

proxy classes conflict with Ruby system classes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4.4, 1.5.0
    • 1.4.5, 1.5.1, 1.6.0
    • proxy
    • None

    Description

      The proxy declares the Range class, however this class also exists as a Ruby system class, which causes problems when attempting to construct ranges. Really, all the generated classes for Ruby should be placed in an Accumulo namespace. Add the appropriate declaration, such as

      namespace rb Accumulo
      

      to the proxy thrift IDL.

      Attachments

        Activity

          People

            ecn Eric C. Newton
            bfloss Brian Loss
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: