[
https://issues.apache.org/jira/browse/FLINK-3936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15300131#comment-15300131
]
ASF GitHub Bot commented on FLINK-3936:
---------------------------------------
GitHub user fhueske opened a pull request:
https://github.com/apache/flink/pull/2035
[FLINK-3936] [tableAPI] Add MIN/MAX aggregation for Boolean.
Adds support for min/max aggregations on boolean columns.
Unit tests for new aggregation included.
- [X] General
- [X] Documentation
- [X] Tests & Build
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fhueske/flink tableBoolMinMax
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2035.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2035
----
commit 1e0430bcce0633d48a5ef568624d3934e8723913
Author: Fabian Hueske <[email protected]>
Date: 2016-05-22T13:46:06Z
[FLINK-3936] [tableAPI] Add MIN/MAX aggregation for Boolean.
----
> Add MIN / MAX aggregations function for BOOLEAN types
> -----------------------------------------------------
>
> Key: FLINK-3936
> URL: https://issues.apache.org/jira/browse/FLINK-3936
> Project: Flink
> Issue Type: Improvement
> Components: Table API
> Affects Versions: 1.1.0
> Reporter: Fabian Hueske
> Assignee: Fabian Hueske
> Fix For: 1.1.0
>
>
> When executing TPC-H Q4, I observed that Calcite generates a MIN aggregate on
> Boolean literals to translate a decorrelate subquery in an {{EXIST}}
> predicate.
> MIN and MAX aggregates on Boolean data types are currently not supported and
> should be added.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)