YuvalItzchakov edited a comment on pull request #15307:
URL: https://github.com/apache/flink/pull/15307#issuecomment-813077657
Placing `PushFilterInCalcIntoTableSOurceScanRule` after
`FlinkLogicalCalcRemoveRule` in LOGICAL_REWRITES fixes the issue.
--
This is an automated message from th
YuvalItzchakov commented on pull request #15307:
URL: https://github.com/apache/flink/pull/15307#issuecomment-813077657
Placing `PushFilterInCalcIntoTableSOurceScanRule` after
`FlinkLogicalCalcRemoveRule` fixes the issue.
--
This is an automated message from the Apache Git Service.
To re
[
https://issues.apache.org/jira/browse/FLINK-21875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314577#comment-17314577
]
Robert Metzger commented on FLINK-21875:
Thanks a lot for resolving this so quic
rmetzger commented on pull request #15360:
URL: https://github.com/apache/flink/pull/15360#issuecomment-813076238
No, we have to wait for a reviewer to show up. @HuangXingBo could you take a
look?
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
flinkbot edited a comment on pull request #15486:
URL: https://github.com/apache/flink/pull/15486#issuecomment-812964582
## CI report:
* 19ef569664eb49a37e24f71477b4a91ba413879a Azure:
[FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
flinkbot edited a comment on pull request #15485:
URL: https://github.com/apache/flink/pull/15485#issuecomment-812897189
## CI report:
* a80d00d71f4b2810ad493f4a1cac215e6934df1d Azure:
[FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
flinkbot edited a comment on pull request #15485:
URL: https://github.com/apache/flink/pull/15485#issuecomment-812897189
## CI report:
* 6d636a26572e5734968fe25490e4573fe580a7f1 Azure:
[FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
flinkbot edited a comment on pull request #15485:
URL: https://github.com/apache/flink/pull/15485#issuecomment-812897189
## CI report:
* 6d636a26572e5734968fe25490e4573fe580a7f1 Azure:
[FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
wuchong commented on a change in pull request #15280:
URL: https://github.com/apache/flink/pull/15280#discussion_r606807680
##
File path:
flink-table/flink-table-runtime-blink/src/test/java/org/apache/flink/table/data/DataFormatConvertersTest.java
##
@@ -85,7 +85,7 @@
wuchong closed pull request #15427:
URL: https://github.com/apache/flink/pull/15427
--
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 go to the specific comment.
For queries about this service, please
[
https://issues.apache.org/jira/browse/FLINK-21829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu closed FLINK-21829.
---
Fix Version/s: 1.13.0
Assignee: hehuiyuan
Resolution: Fixed
Fixed in master: c86025f0a0c4c8a
flinkbot edited a comment on pull request #15486:
URL: https://github.com/apache/flink/pull/15486#issuecomment-812964582
## CI report:
* 19ef569664eb49a37e24f71477b4a91ba413879a Azure:
[FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
RocMarshal commented on pull request #15486:
URL: https://github.com/apache/flink/pull/15486#issuecomment-813024022
@flinkbot run azure
--
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 go to the specif
hehuiyuan commented on pull request #15427:
URL: https://github.com/apache/flink/pull/15427#issuecomment-813001630
Hi @wuchong , please take a look when you have time.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
[
https://issues.apache.org/jira/browse/FLINK-19754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314443#comment-17314443
]
Shiao Meng commented on FLINK-19754:
I meet the save problem——got an error when my f
[
https://issues.apache.org/jira/browse/FLINK-19754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shiao Meng updated FLINK-19754:
---
Comment: was deleted
(was: Is this problem solved?)
> Cannot have more than one execute() or execut
[
https://issues.apache.org/jira/browse/FLINK-19754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314441#comment-17314441
]
Shiao Meng commented on FLINK-19754:
Is this problem solved?
> Cannot have more tha
flinkbot edited a comment on pull request #15307:
URL: https://github.com/apache/flink/pull/15307#issuecomment-803592550
## CI report:
* 2ef40343abecf693b39b7b7fcb9f6d0d26bf82cd UNKNOWN
* c6a9624a91169b7058a513fd2168747d9696e6c6 Azure:
[FAILURE](https://dev.azure.com/apache-fl
YuvalItzchakov edited a comment on pull request #15307:
URL: https://github.com/apache/flink/pull/15307#issuecomment-812995554
@fsk119 I've added a test to check computed column pushdown and it's failing.
Test:
```java
@Test
public void testComputedColumnPushdownA
YuvalItzchakov commented on pull request #15307:
URL: https://github.com/apache/flink/pull/15307#issuecomment-812995554
@fsk119 I've added a test to check computed column pushdown and it's
failing. The optimized plan that is being generated is:
```
FlinkLogicalCalc(select=[event_t
flinkbot edited a comment on pull request #15307:
URL: https://github.com/apache/flink/pull/15307#issuecomment-803592550
## CI report:
* 2ef40343abecf693b39b7b7fcb9f6d0d26bf82cd UNKNOWN
* 6255655a4b3c6041a758c5919d6f63d1356d09cf Azure:
[FAILURE](https://dev.azure.com/apache-fl
flinkbot edited a comment on pull request #15486:
URL: https://github.com/apache/flink/pull/15486#issuecomment-812964582
## CI report:
* 19ef569664eb49a37e24f71477b4a91ba413879a Azure:
[FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
YuvalItzchakov commented on pull request #15307:
URL: https://github.com/apache/flink/pull/15307#issuecomment-812991891
@fsk119 Which test are you referring to? Currently I only see linting errors.
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
23 matches
Mail list logo