[
https://issues.apache.org/jira/browse/BEAM-5074?focusedWorklogId=131523&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-131523
]
ASF GitHub Bot logged work on BEAM-5074:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Aug/18 19:10
Start Date: 06/Aug/18 19:10
Worklog Time Spent: 10m
Work Description: apilloud commented on issue #6145: [BEAM-5074][SQL]
improve BeamSqlRowComparator
URL: https://github.com/apache/beam/pull/6145#issuecomment-410820249
I'm confused. Isn't the existing `orientation` field the same as
`isReversed`? How does `isReversed` get hooked up?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 131523)
Time Spent: 0.5h (was: 20m)
> 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
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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)