Brandon Williams created CASSANDRA-4605:
-------------------------------------------

             Summary: Pig should use the default comparator for slice_start/end
                 Key: CASSANDRA-4605
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4605
             Project: Cassandra
          Issue Type: Bug
          Components: Hadoop
            Reporter: Brandon Williams
            Assignee: Brandon Williams
             Fix For: 1.1.5


Pig allows specifying slice start and end, but by default uses a BytesType 
comparator for this, though it allows overriding with a 'comparator' param.

I believe this came from a time before pig was fully schema-aware, and made it 
more convenient if you had timeuuid, since writing the hex form 'EA' was easier 
than '\\u234' which then you'd have to url escape.

Instead, pig should use the default comparator from the schema, but still allow 
overriding.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to