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)