You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Rui Wang (JIRA)" <ji...@apache.org> on 2018/08/04 06:45:00 UTC

[jira] [Created] (BEAM-5074) Make BeamSqlRowComparator more general

Rui Wang created BEAM-5074:
------------------------------

             Summary: Make BeamSqlRowComparator more general
                 Key: BEAM-5074
                 URL: https://issues.apache.org/jira/browse/BEAM-5074
             Project: Beam
          Issue Type: Improvement
          Components: dsl-sql
            Reporter: Rui Wang
            Assignee: Rui Wang


BeamSqlRowComparator returns reversed comparison results (if a < b in terms of value, BeamSqlRowComparator returns a > b). 

 

Add a flag to turn on/off this reversed effect. The reason of doing this is to help implement ORDER BY ASC/DESC in the normal way.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)