-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support sortby plan and add a unit test for it #296
Conversation
zekai427
commented
Aug 23, 2021
•
edited
Loading
edited
- Support order by sql like "select * from table order by column (desc/asc) "
- Solve Support SortByPlan in SparkSQL #295
Linux Test Report 48 files ±0 121 suites ±0 34m 56s ⏱️ ±0s For more details on these failures, see this check. Results for commit 392ea62. ± Comparison against base commit 392ea62. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
java/openmldb-batch/src/main/scala/com/_4paradigm/openmldb/batch/utils/PhysicalNodeUtil.scala
Outdated
Show resolved
Hide resolved
java/openmldb-batch/src/test/scala/com/_4paradigm/openmldb/batch/end2end/TestOrderBy.scala
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM