[
https://issues.apache.org/jira/browse/FLINK-4565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15724997#comment-15724997
]
ASF GitHub Bot commented on FLINK-4565:
---------------------------------------
Github user NickolayVasilishin commented on the issue:
https://github.com/apache/flink/pull/2870
I've fixed all things above.
Though, I've faced some problems while moving to another test base. It uses
testing expressions directly in SELECT query, so I had to add new case in
ProjectionTranslator's expression parsing.
Also I think that we have to use BigDecimal#stripTrailingZeros in casting,
because I think we expect that BigDecimal(2.0) should be equal to
BigDecimal(2.00). It affected
AggregationsITCase#testWorkingAggregationDataTypes.
> Support for SQL IN operator
> ---------------------------
>
> Key: FLINK-4565
> URL: https://issues.apache.org/jira/browse/FLINK-4565
> Project: Flink
> Issue Type: Improvement
> Components: Table API & SQL
> Reporter: Timo Walther
> Assignee: Nikolay Vasilishin
>
> It seems that Flink SQL supports the uncorrelated sub-query IN operator. But
> it should also be available in the Table API and tested.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)