Brian Loss created ACCUMULO-1993:
------------------------------------

             Summary: proxy classes conflict with Ruby system classes
                 Key: ACCUMULO-1993
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1993
             Project: Accumulo
          Issue Type: Bug
          Components: proxy
    Affects Versions: 1.5.0, 1.4.4
            Reporter: Brian Loss


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
{code}
namespace rb Accumulo
{code}
to the proxy thrift IDL.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to