[
https://issues.apache.org/jira/browse/BEAM-4624?focusedWorklogId=114905&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-114905
]
ASF GitHub Bot logged work on BEAM-4624:
----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Jun/18 20:38
Start Date: 22/Jun/18 20:38
Worklog Time Spent: 10m
Work Description: amaliujia opened a new pull request #5744: [BEAM-4624]
add comparison operator test
URL: https://github.com/apache/beam/pull/5744
Test a part of comparison operators.
What is missing:
ALL and SOME.
ALL and SOME need to expand a sub query (e.g. `ALL (SELECT * FROM table)`).
However current config option `expand ` is true where Calcite requires `ALL is
only supported if expand = false`.
(check
https://calcite.apache.org/apidocs/org/apache/calcite/sql2rel/SqlToRelConverter.Config.html#isExpand
for more information).
------------------------
Follow this checklist to help us incorporate your contribution quickly and
easily:
- [x] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue, if applicable. This will automatically link the pull request to the
issue.
- [ ] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
It will help us expedite review of your Pull Request if you tag someone
(e.g. `@username`) to look at it.
----------------------------------------------------------------
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: 114905)
Time Spent: 10m
Remaining Estimate: 0h
> Test comparison operator at DSL level
> -------------------------------------
>
> Key: BEAM-4624
> URL: https://issues.apache.org/jira/browse/BEAM-4624
> Project: Beam
> Issue Type: Sub-task
> Components: dsl-sql
> Reporter: Rui Wang
> Assignee: Rui Wang
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)