[
https://issues.apache.org/jira/browse/FLINK-7916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16812155#comment-16812155
]
LiuJi commented on FLINK-7916:
--
Agree, I think move these tests to _org.apache.flink.test.ma
KurtYoung commented on issue #8102: [FLINK-12087][table-runtime-blink]
Introduce over window operators to blink batch
URL: https://github.com/apache/flink/pull/8102#issuecomment-480705151
I don't think it's an optimization. I would say it's intuition every reader
will have in the first pla
dawidwys commented on a change in pull request #8062: [FLINK-11884][table]
Implement expression resolution on top of new Expressions
URL: https://github.com/apache/flink/pull/8062#discussion_r272903193
##
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/t
hequn8128 commented on a change in pull request #7196: [FLINK-10974] [table]
Add support for flatMap to table API
URL: https://github.com/apache/flink/pull/7196#discussion_r272878771
##
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/Table.java
hequn8128 commented on a change in pull request #7196: [FLINK-10974] [table]
Add support for flatMap to table API
URL: https://github.com/apache/flink/pull/7196#discussion_r272875577
##
File path: docs/dev/table/tableApi.md
##
@@ -1847,6 +1847,22 @@ Table table = input
hequn8128 commented on a change in pull request #7196: [FLINK-10974] [table]
Add support for flatMap to table API
URL: https://github.com/apache/flink/pull/7196#discussion_r272877997
##
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/Table.java
hequn8128 commented on a change in pull request #7196: [FLINK-10974] [table]
Add support for flatMap to table API
URL: https://github.com/apache/flink/pull/7196#discussion_r272899748
##
File path:
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/plan/OperationT
hequn8128 commented on a change in pull request #7196: [FLINK-10974] [table]
Add support for flatMap to table API
URL: https://github.com/apache/flink/pull/7196#discussion_r272878971
##
File path:
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/api/tableImpl.s
hequn8128 commented on a change in pull request #7196: [FLINK-10974] [table]
Add support for flatMap to table API
URL: https://github.com/apache/flink/pull/7196#discussion_r272877780
##
File path: docs/dev/table/tableApi.md
##
@@ -1847,6 +1847,22 @@ Table table = input
hequn8128 commented on a change in pull request #7196: [FLINK-10974] [table]
Add support for flatMap to table API
URL: https://github.com/apache/flink/pull/7196#discussion_r272878215
##
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/Table.java
dawidwys commented on a change in pull request #8062: [FLINK-11884][table]
Implement expression resolution on top of new Expressions
URL: https://github.com/apache/flink/pull/8062#discussion_r272902524
##
File path:
flink-table/flink-table-planner/src/main/scala/org/apache/flink/t
dawidwys commented on a change in pull request #8062: [FLINK-11884][table]
Implement expression resolution on top of new Expressions
URL: https://github.com/apache/flink/pull/8062#discussion_r272901252
##
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/t
JingsongLi commented on issue #8102: [FLINK-12087][table-runtime-blink]
Introduce over window operators to blink batch
URL: https://github.com/apache/flink/pull/8102#issuecomment-480702530
>> As I said before, you can immediately determine the left and right
boundary with currentIndex - pr
JingsongLi edited a comment on issue #8102: [FLINK-12087][table-runtime-blink]
Introduce over window operators to blink batch
URL: https://github.com/apache/flink/pull/8102#issuecomment-480702530
>> As I said before, you can immediately determine the left and right
boundary with currentInd
[
https://issues.apache.org/jira/browse/FLINK-9787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16812145#comment-16812145
]
LiuJi commented on FLINK-9787:
--
Agree, it's a good idea to avoid NPE when invoke
getGlobalJ
[
https://issues.apache.org/jira/browse/FLINK-12120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-12120:
---
Labels: pull-request-available (was: )
> Support queries like "select sum(b), count(c) from
KurtYoung commented on issue #8102: [FLINK-12087][table-runtime-blink]
Introduce over window operators to blink batch
URL: https://github.com/apache/flink/pull/8102#issuecomment-480699105
I think the problem is the methods you proposed: `isLeftBoundRowInWindow`
and `isRightBoundRowInWindow
flinkbot commented on issue #8120: [FLINK-12120][table-planner-blink] Support
queries like "select sum(b), count(c) from T group by a" run in batch mode
URL: https://github.com/apache/flink/pull/8120#issuecomment-480699193
Thanks a lot for your contribution to the Apache Flink project. I'm
[
https://issues.apache.org/jira/browse/FLINK-10437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16812138#comment-16812138
]
LiuJi commented on FLINK-10437:
---
You mean we should check all classes which use _withDepre
JingsongLi opened a new pull request #8120: [FLINK-12120][table-planner-blink]
Introduce "select sum(b), count(c) from T group by a" in Blink batch
URL: https://github.com/apache/flink/pull/8120
## What is the purpose of the change
Introduce "select sum(b), count(c) from T group by a
[
https://issues.apache.org/jira/browse/FLINK-12120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kurt Young updated FLINK-12120:
---
Summary: Support queries like "select sum(b), count(c) from T group by a"
run in batch mode (was: I
Jingsong Lee created FLINK-12120:
Summary: Introduce "select sum(b), count(c) from T group by a" in
Blink batch
Key: FLINK-12120
URL: https://issues.apache.org/jira/browse/FLINK-12120
Project: Flink
zhijiangW commented on a change in pull request #8090: [FLINK-12067][network]
Refactor the constructor of NetworkEnvironment
URL: https://github.com/apache/flink/pull/8090#discussion_r272894672
##
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/NetworkEn
JingsongLi edited a comment on issue #8102: [FLINK-12087][table-runtime-blink]
Introduce over window operators to blink batch
URL: https://github.com/apache/flink/pull/8102#issuecomment-480694448
Consider a new `BaseSlidingOverFrame`:
It has two abstract method:
1.`public abstract boo
JingsongLi commented on issue #8102: [FLINK-12087][table-runtime-blink]
Introduce over window operators to blink batch
URL: https://github.com/apache/flink/pull/8102#issuecomment-480694448
Consider a new `BaseSlidingOverFrame`:
It has two abstract method:
1.`public abstract boolean is
KurtYoung commented on issue #8102: [FLINK-12087][table-runtime-blink]
Introduce over window operators to blink batch
URL: https://github.com/apache/flink/pull/8102#issuecomment-480690209
Isn't `(currentIndex - precedingCount, currentIndex + followingCount) enough
for RowSlidingOverFrame?
KurtYoung edited a comment on issue #8102: [FLINK-12087][table-runtime-blink]
Introduce over window operators to blink batch
URL: https://github.com/apache/flink/pull/8102#issuecomment-480690209
Isn't `(currentIndex - precedingCount, currentIndex + followingCount)`
enough for RowSlidingOve
[
https://issues.apache.org/jira/browse/FLINK-8801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16812100#comment-16812100
]
Tao Yang commented on FLINK-8801:
-
Hi, [~till.rohrmann].
Could you please take a look at
[
https://issues.apache.org/jira/browse/FLINK-4785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16812098#comment-16812098
]
Liya Fan commented on FLINK-4785:
-
Hi [~f.pompermaier], it seems the url is no longer val
[
https://issues.apache.org/jira/browse/FLINK-11964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16812085#comment-16812085
]
Liya Fan commented on FLINK-11964:
--
Hi [~lzljs3620320], this is a good point, because t
JingsongLi commented on issue #8102: [FLINK-12087][table-runtime-blink]
Introduce over window operators to blink batch
URL: https://github.com/apache/flink/pull/8102#issuecomment-480671968
> Why `RowSlidingOverFrame` needs a comparator class?
Don't need a comparator class, but need a
JingsongLi commented on issue #8102: [FLINK-12087][table-runtime-blink]
Introduce over window operators to blink batch
URL: https://github.com/apache/flink/pull/8102#issuecomment-480671767
> Why `RowSlidingOverFrame` needs a comparator class?
consider sql:
`order by c range Unboun
JingsongLi removed a comment on issue #8102: [FLINK-12087][table-runtime-blink]
Introduce over window operators to blink batch
URL: https://github.com/apache/flink/pull/8102#issuecomment-480671767
> Why `RowSlidingOverFrame` needs a comparator class?
consider sql:
`order by c rang
KurtYoung commented on issue #8102: [FLINK-12087][table-runtime-blink]
Introduce over window operators to blink batch
URL: https://github.com/apache/flink/pull/8102#issuecomment-480670657
Why `RowSlidingOverFrame` needs a comparator class?
--
[
https://issues.apache.org/jira/browse/FLINK-12081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kurt Young closed FLINK-12081.
--
Resolution: Implemented
Fix Version/s: 1.9.0
fixed in 518cf6a10ba105d655de738ce5fccc5fffc8e8a6
KurtYoung closed pull request #8099: [FLINK-12081][table-planner-blink]
Introduce aggregation operator code generator to blink batch
URL: https://github.com/apache/flink/pull/8099
This is an automated message from the Apache
KurtYoung commented on a change in pull request #8110: [FLINK-12098]
[table-planner-blink] Add support for generating optimized logical plan for
simple group aggregate on stream
URL: https://github.com/apache/flink/pull/8110#discussion_r272871831
##
File path:
flink-table/flink-ta
KurtYoung commented on a change in pull request #8110: [FLINK-12098]
[table-planner-blink] Add support for generating optimized logical plan for
simple group aggregate on stream
URL: https://github.com/apache/flink/pull/8110#discussion_r272872792
##
File path:
flink-table/flink-ta
KurtYoung commented on a change in pull request #8110: [FLINK-12098]
[table-planner-blink] Add support for generating optimized logical plan for
simple group aggregate on stream
URL: https://github.com/apache/flink/pull/8110#discussion_r272871786
##
File path:
flink-table/flink-ta
zhijiangW commented on a change in pull request #8090: [FLINK-12067][network]
Refactor the constructor of NetworkEnvironment
URL: https://github.com/apache/flink/pull/8090#discussion_r272871749
##
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/NetworkEn
zhijiangW commented on a change in pull request #8090: [FLINK-12067][network]
Refactor the constructor of NetworkEnvironment
URL: https://github.com/apache/flink/pull/8090#discussion_r272871749
##
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/NetworkEn
[
https://issues.apache.org/jira/browse/FLINK-12113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16812049#comment-16812049
]
yankai zhang edited comment on FLINK-12113 at 4/8/19 2:43 AM:
[
https://issues.apache.org/jira/browse/FLINK-12113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16812049#comment-16812049
]
yankai zhang edited comment on FLINK-12113 at 4/8/19 2:40 AM:
[
https://issues.apache.org/jira/browse/FLINK-12113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16812049#comment-16812049
]
yankai zhang commented on FLINK-12113:
--
Interesting. I guess maybe java has some op
hequn8128 commented on a change in pull request #8062: [FLINK-11884][table]
Implement expression resolution on top of new Expressions
URL: https://github.com/apache/flink/pull/8062#discussion_r272864780
##
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/
hequn8128 commented on a change in pull request #8062: [FLINK-11884][table]
Implement expression resolution on top of new Expressions
URL: https://github.com/apache/flink/pull/8062#discussion_r272864780
##
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/
hequn8128 commented on a change in pull request #8062: [FLINK-11884][table]
Implement expression resolution on top of new Expressions
URL: https://github.com/apache/flink/pull/8062#discussion_r272868599
##
File path:
flink-table/flink-table-planner/src/main/scala/org/apache/flink/
hequn8128 commented on a change in pull request #8062: [FLINK-11884][table]
Implement expression resolution on top of new Expressions
URL: https://github.com/apache/flink/pull/8062#discussion_r272863163
##
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/
hequn8128 commented on a change in pull request #8062: [FLINK-11884][table]
Implement expression resolution on top of new Expressions
URL: https://github.com/apache/flink/pull/8062#discussion_r272863996
##
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/
hequn8128 commented on a change in pull request #8062: [FLINK-11884][table]
Implement expression resolution on top of new Expressions
URL: https://github.com/apache/flink/pull/8062#discussion_r272863189
##
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/
[
https://issues.apache.org/jira/browse/FLINK-10684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16812036#comment-16812036
]
Liya Fan commented on FLINK-10684:
--
In my opinion, it may be reasonable not to print in
[
https://issues.apache.org/jira/browse/FLINK-4859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16812032#comment-16812032
]
Liya Fan commented on FLINK-4859:
-
Hi [~aljoscha], would you please give more description
JingsongLi commented on issue #8102: [FLINK-12087][table-runtime-blink]
Introduce over window operators to blink batch
URL: https://github.com/apache/flink/pull/8102#issuecomment-480660556
@KurtYoung
I think that even with `RowSlidingOverFrame` and `RangeSlidingOverFrame`,
still need a
[
https://issues.apache.org/jira/browse/FLINK-12094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kurt Young closed FLINK-12094.
--
Resolution: Implemented
Fix Version/s: 1.9.0
fixed in 63876fbedfa52e7e6d6439384bfaca5aa5137d8b
KurtYoung closed pull request #8107: [FLINK-12094][table-runtime-blink]
Introduce sort merge join operator to blink batch
URL: https://github.com/apache/flink/pull/8107
This is an automated message from the Apache Git Servic
JingsongLi commented on issue #8107: [FLINK-12094][table-runtime-blink]
Introduce sort merge join operator to blink batch
URL: https://github.com/apache/flink/pull/8107#issuecomment-480657547
(To checks failed) I've passed the test in offline.
--
Myasuka commented on a change in pull request #8117: [FLINK-12115]
[filesystems]: Add support for AzureFS
URL: https://github.com/apache/flink/pull/8117#discussion_r272844294
##
File path:
flink-filesystems/flink-azure-fs-hadoop/src/main/java/org/apache/flink/fs/azurefs/AbstractAzu
Myasuka commented on a change in pull request #8117: [FLINK-12115]
[filesystems]: Add support for AzureFS
URL: https://github.com/apache/flink/pull/8117#discussion_r272843960
##
File path:
flink-filesystems/flink-azure-fs-hadoop/src/test/java/org/apache/flink/fs/azurefs/AzureFileSy
Myasuka commented on a change in pull request #8117: [FLINK-12115]
[filesystems]: Add support for AzureFS
URL: https://github.com/apache/flink/pull/8117#discussion_r272843786
##
File path:
flink-filesystems/flink-azure-fs-hadoop/src/main/java/org/apache/flink/fs/azurefs/AbstractAzu
[
https://issues.apache.org/jira/browse/FLINK-10437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16811909#comment-16811909
]
TisonKun commented on FLINK-10437:
--
[~tianchen92] it's still our case at least as descr
[
https://issues.apache.org/jira/browse/FLINK-10049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16811903#comment-16811903
]
LiuJi commented on FLINK-10049:
---
It seems string functions in different SQL engines may ha
[
https://issues.apache.org/jira/browse/FLINK-10049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16811903#comment-16811903
]
LiuJi edited comment on FLINK-10049 at 4/7/19 2:53 PM:
---
It seems s
[
https://issues.apache.org/jira/browse/FLINK-10684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16811901#comment-16811901
]
LiuJi commented on FLINK-10684:
---
Hi,[~xccui] Is there any update on this issue? As you sai
[
https://issues.apache.org/jira/browse/FLINK-10437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16811899#comment-16811899
]
LiuJi commented on FLINK-10437:
---
Hi [~Tison] Does the problem still exist? if so, I would
[
https://issues.apache.org/jira/browse/FLINK-12113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16811892#comment-16811892
]
Guowei Ma commented on FLINK-12113:
---
I can't reproduce your problem.
!image-2019-
[
https://issues.apache.org/jira/browse/FLINK-12113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guowei Ma updated FLINK-12113:
--
Attachment: image-2019-04-07-21-52-37-264.png
> User code passing to fromCollection(Iterator, Class) n
GJL closed pull request #8119: Release 1.7
URL: https://github.com/apache/flink/pull/8119
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to g
[
https://issues.apache.org/jira/browse/FLINK-6263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16811692#comment-16811692
]
Tim commented on FLINK-6263:
Any updates on this problem?
> Leader error in Kafka producer o
68 matches
Mail list logo