Skip to content
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

Syntactic sugar for sum, min, and max aggregations #7

Closed
wants to merge 1 commit into from

Conversation

ktzoumas
Copy link
Contributor

This is just adding the ability to call .sum(n), .min(n), and .max(n) on a DataSet instead of .aggregate(SUM, n) etc

@StephanEwen
Copy link
Contributor

Looks good, will merge.

@asfgit asfgit closed this in 9d57045 Jun 20, 2014
rmetzger referenced this pull request in rmetzger/flink Jul 13, 2014
remove duplicate maven plugins. Added travis config
StephanEwen referenced this pull request in StephanEwen/flink Jul 13, 2014
remove duplicate maven plugins. Added travis config
vasia added a commit to vasia/flink that referenced this pull request Jan 16, 2015
tillrohrmann referenced this pull request in tillrohrmann/flink Jan 17, 2015
vasia added a commit to vasia/flink that referenced this pull request Jan 22, 2015
VenturaDelMonte added a commit to VenturaDelMonte/flink that referenced this pull request Oct 5, 2016
VenturaDelMonte added a commit to VenturaDelMonte/flink that referenced this pull request Nov 4, 2016
aditiverma pushed a commit to aditiverma/flink that referenced this pull request May 28, 2018
fixed jackson version to be in sync with hadoop/druid
snuyanzin referenced this pull request in snuyanzin/flink Jun 22, 2018
# This is the 1st commit message:

FLINK-8255 Key expressions on named row types do not work
Test case from description + 2 more
Resolution of class cast by using of TupleTypeInfoBase rather than TupleTypeInfo

# This is the commit message #2:

FLINK-8255 Key expressions on named row types do not work
Test case from description + 2 more
Resolution of class cast by using of TupleTypeInfoBase rather than TupleTypeInfo

# This is the commit message #3:

FLINK-8255 Key expressions on named row types do not work
Test case from description + 2 more
Resolution of class cast by using of TupleTypeInfoBase rather than TupleTypeInfo

# This is the commit message #4:

FLINK-8255 Key expressions on named row types do not work
Test case from description + 2 more
Resolution of class cast by using of TupleTypeInfoBase rather than TupleTypeInfo

# This is the commit message #5:

FLINK-8255 Key expressions on named row types do not work
Test case from description + 2 more
Resolution of class cast by using of TupleTypeInfoBase rather than TupleTypeInfo

# This is the commit message #6:

FLINK-8255_Key_expressions_on_named_row_types_do_not_work
corrections based on comment https://issues.apache.org/jira/browse/FLINK-8255?focusedCommentId=16466381&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16466381

# This is the commit message #7:

FLINK-8255_Key_expressions_on_named_row_types_do_not_work
added expected exception type

# This is the commit message #8:

FLINK-8255_Key_expressions_on_named_row_types_do_not_work
omit issue not related changes

# This is the commit message #9:

FLINK-8255_Key_expressions_on_named_row_types_do_not_work
use instanceof as
org.apache.flink.api.java.typeutils.RowTypeInfo#isTupleType leads to
org.apache.flink.table.api.batch.ExplainTest#testJoinWithoutExtended failure

# This is the commit message #10:

Revert "FLINK-8255_Key_expressions_on_named_row_types_do_not_work"

This reverts commit 497aa20.

# This is the commit message #11:

Revert "FLINK-8255_Key_expressions_on_named_row_types_do_not_work"

This reverts commit d891cc5.

# This is the commit message #12:

FLINK-8255_Key_expressions_on_named_row_types_do_not_work
omit issue not relate changes

# This is the commit message #13:

FLINK-8255_Key_expressions_on_named_row_types_do_not_work
added expected exception to tests

# This is the commit message #14:

FLINK-8255_Key_expressions_on_named_row_types_do_not_work
added instanceof checks for DataSet

# This is the commit message #15:

FLINK-8255_Key_expressions_on_named_row_types_do_not_work
Tests corrected
tillrohrmann referenced this pull request in tillrohrmann/flink Sep 27, 2018
Put entrypoint in /, use COPY instead of ADD
Jiayi-Liao pushed a commit to Jiayi-Liao/flink that referenced this pull request Jan 26, 2019
Flink的KafakConsumer在没有状态时启动出现异常
zhijiangW pushed a commit to zhijiangW/flink that referenced this pull request Jul 23, 2019
senorcarbone added a commit to senorcarbone/flink that referenced this pull request Aug 15, 2019
[time-killer]Fix some problems not resolved by the new API, fixes #3
felipegutierrez added a commit to felipegutierrez/flink-adcom that referenced this pull request Sep 28, 2019
felipegutierrez added a commit to felipegutierrez/flink-adcom that referenced this pull request Nov 7, 2019
…CountMultiPreaggregate with various data sources. apache#7
chaojianok added a commit to chaojianok/flink that referenced this pull request Jun 30, 2020
Merge from apache/flink master
tzulitai added a commit to tzulitai/flink that referenced this pull request Jan 15, 2021
With the changes to how we resolve Kafka properties in the
KafkaIngressBuilder, instantiation of a KafkaIngressSpec would be the
time when all properties and spec definitions are "final", and where we
should properly validate them.

This closes apache#7.
YuriGusev pushed a commit to YuriGusev/flink that referenced this pull request Sep 24, 2021
…oducer

[FLINK-16504][dynamodb connector] Dynamodb sink
JackWangCS pushed a commit to JackWangCS/flink that referenced this pull request Jun 20, 2022
Update master branch with community
HuangZhenQiu pushed a commit to HuangZhenQiu/flink that referenced this pull request Sep 20, 2022
czy006 added a commit to czy006/flink that referenced this pull request Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants