sv3ndk commented on pull request #16060:
URL: https://github.com/apache/flink/pull/16060#issuecomment-868958957
> I think we have two ways to improve this:
>
> 1. not display full syntax, but the most common used syntax or
example, e.g. `CREATE FUNCTION AS ''`.
>
> 2.
flinkbot edited a comment on pull request #16245:
URL: https://github.com/apache/flink/pull/16245#issuecomment-866278518
## CI report:
* 03f385a7170f0923a72793ac52db3245dace5090 Azure:
[SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
sv3ndk commented on a change in pull request #16060:
URL: https://github.com/apache/flink/pull/16060#discussion_r659128719
##
File path:
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliStrings.java
##
@@ -39,82 +39,171 @@ private CliStrings() {
flinkbot edited a comment on pull request #16245:
URL: https://github.com/apache/flink/pull/16245#issuecomment-866278518
## CI report:
* 03f385a7170f0923a72793ac52db3245dace5090 Azure:
[SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
sv3ndk commented on pull request #16245:
URL: https://github.com/apache/flink/pull/16245#issuecomment-868954280
I added one last commit clarifying the documentation of the new option as
you suggested and decorated it with `@Documentation.TableOption(execMode =
Documentation.ExecMode.STREAM
[
https://issues.apache.org/jira/browse/FLINK-22492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arvid Heise resolved FLINK-22492.
-
Fix Version/s: 1.13.2
1.14.0
Resolution: Fixed
> KinesisTableApiITCase
[
https://issues.apache.org/jira/browse/FLINK-22492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17369816#comment-17369816
]
Arvid Heise commented on FLINK-22492:
-
See for FLINK-23009 for different issue with
[
https://issues.apache.org/jira/browse/FLINK-22492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17369815#comment-17369815
]
Arvid Heise commented on FLINK-22492:
-
Merged into 1.13 as b06862333119359afba6a8f43
AHeise merged pull request #16278:
URL: https://github.com/apache/flink/pull/16278
--
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.
To unsubscribe, e-mail: issues-unsubscr
sv3ndk commented on a change in pull request #16245:
URL: https://github.com/apache/flink/pull/16245#discussion_r659123441
##
File path: docs/content/docs/dev/table/sqlClient.md
##
@@ -60,106 +59,72 @@ or explicitly use `embedded` mode:
./bin/sql-client.sh embedded
```
+See
flinkbot edited a comment on pull request #16278:
URL: https://github.com/apache/flink/pull/16278#issuecomment-867519346
## CI report:
* e5d8485a17a3f3c4bb2ca62e291a5c0d55d0a72e Azure:
[SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
flinkbot edited a comment on pull request #16297:
URL: https://github.com/apache/flink/pull/16297#issuecomment-868854612
## CI report:
* a39fe2a5e662f86708dbc2b728270b01c3b4335c Azure:
[SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
[
https://issues.apache.org/jira/browse/FLINK-23017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu reassigned FLINK-23017:
---
Assignee: Nicholas Jiang
> HELP in sql-client still shows the removed SOURCE functionality
> --
[
https://issues.apache.org/jira/browse/FLINK-23017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17369798#comment-17369798
]
Nicholas Jiang commented on FLINK-23017:
[~jark], I would like to take this tick
wuchong commented on pull request #16245:
URL: https://github.com/apache/flink/pull/16245#issuecomment-868945390
Besides, a side note, please do not use "git merge" to update branches,
otherwise it's hard to track the commit changes. Please use "git rebase"
instead. IntelliJ IDEA provide a
wuchong commented on pull request #16245:
URL: https://github.com/apache/flink/pull/16245#issuecomment-868945087
@sv3ndk , this is as expected. This config option should only affect
variable-length types in streaming mode to control the displayed characters.
Fixed-length types and all type
wuchong commented on a change in pull request #16245:
URL: https://github.com/apache/flink/pull/16245#discussion_r659116339
##
File path: docs/content/docs/dev/table/sqlClient.md
##
@@ -60,106 +59,72 @@ or explicitly use `embedded` mode:
./bin/sql-client.sh embedded
```
+Se
wuchong commented on a change in pull request #16245:
URL: https://github.com/apache/flink/pull/16245#discussion_r659116064
##
File path:
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliChangelogResultView.java
##
@@ -85,16 +94,6 @@ public CliCh
[
https://issues.apache.org/jira/browse/FLINK-23146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17369787#comment-17369787
]
JasonLee commented on FLINK-23146:
--
Thank you for your reply, I will try to find the an
[
https://issues.apache.org/jira/browse/FLINK-11622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu reassigned FLINK-11622:
---
Assignee: wuguihu
> Translate the "Command-Line Interface" page into Chinese
>
[
https://issues.apache.org/jira/browse/FLINK-20988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xintong Song updated FLINK-20988:
-
Labels: Umbrella (was: Umbrella stale-assigned)
> Various resource allocation improvements for
[
https://issues.apache.org/jira/browse/FLINK-23009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17369778#comment-17369778
]
Xintong Song commented on FLINK-23009:
--
Thank you both for looking into this.
I ha
zjffdu commented on pull request #15813:
URL: https://github.com/apache/flink/pull/15813#issuecomment-86505
Thanks @YikSanChan I am trying to make a workaround via
`yarn.ship-archives`, but it would still be helpful if this PR is merged.
--
This is an automated message from the Apac
YikSanChan commented on pull request #15813:
URL: https://github.com/apache/flink/pull/15813#issuecomment-868882017
> Any update on this PR ? Supporting tar is definitely necessary.
Hi Jeff, I haven't worked on this for a while. Though if you see the need
being urgent, I am happy to
[
https://issues.apache.org/jira/browse/FLINK-22014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17369752#comment-17369752
]
Xinhao Li commented on FLINK-22014:
---
Can Flink provides such config option that Flink
flinkbot edited a comment on pull request #16296:
URL: https://github.com/apache/flink/pull/16296#issuecomment-868781471
## CI report:
* 845139a9cd3b8e8f8da66ca04ea5e90ca7a642b2 Azure:
[SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
flinkbot edited a comment on pull request #16278:
URL: https://github.com/apache/flink/pull/16278#issuecomment-867519346
## CI report:
* f27a2f32d2c2479f512eeed4dc589e89944dffa8 Azure:
[FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
[
https://issues.apache.org/jira/browse/FLINK-4942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-4942:
--
Labels: auto-deprioritized-major auto-unassigned (was: auto-unassigned
stale-major)
Prio
[
https://issues.apache.org/jira/browse/FLINK-22933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-22933:
---
Labels: stale-critical (was: )
I am the [Flink Jira Bot|https://github.com/apache/flink-jir
[
https://issues.apache.org/jira/browse/FLINK-22949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-22949:
---
I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help
the community ma
[
https://issues.apache.org/jira/browse/FLINK-20655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-20655:
---
Labels: auto-unassigned pull-request-available stale-major (was:
auto-unassigned pull-reque
[
https://issues.apache.org/jira/browse/FLINK-4855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-4855:
--
Labels: auto-deprioritized-major auto-unassigned (was: auto-unassigned
stale-major)
Prio
[
https://issues.apache.org/jira/browse/FLINK-20182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-20182:
---
Labels: auto-unassigned stale-major (was: auto-unassigned)
I am the [Flink Jira Bot|https:/
[
https://issues.apache.org/jira/browse/FLINK-5047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-5047:
--
Labels: auto-deprioritized-major auto-unassigned pull-request-available
(was: auto-unassigne
[
https://issues.apache.org/jira/browse/FLINK-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-4883:
--
Labels: auto-deprioritized-major auto-unassigned pull-request-available
(was: auto-unassigne
[
https://issues.apache.org/jira/browse/FLINK-5080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-5080:
--
Labels: auto-deprioritized-major auto-unassigned pull-request-available
(was: auto-unassigne
[
https://issues.apache.org/jira/browse/FLINK-22775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-22775:
---
Labels: stale-major test-stability (was: test-stability)
I am the [Flink Jira Bot|https://g
[
https://issues.apache.org/jira/browse/FLINK-5105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-5105:
--
Labels: auto-deprioritized-major auto-unassigned (was: auto-unassigned
stale-major)
Prio
[
https://issues.apache.org/jira/browse/FLINK-4815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-4815:
--
Labels: auto-deprioritized-major (was: stale-major)
Priority: Minor (was: Major)
This i
[
https://issues.apache.org/jira/browse/FLINK-4808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-4808:
--
Labels: auto-deprioritized-major (was: stale-major)
Priority: Minor (was: Major)
This i
[
https://issues.apache.org/jira/browse/FLINK-4965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-4965:
--
Labels: algorithm auto-deprioritized-major auto-unassigned (was:
algorithm auto-unassigned s
[
https://issues.apache.org/jira/browse/FLINK-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-5127:
--
Labels: auto-deprioritized-major auto-unassigned (was: auto-unassigned
stale-major)
Prio
[
https://issues.apache.org/jira/browse/FLINK-4854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-4854:
--
Labels: auto-deprioritized-major auto-unassigned features (was:
auto-unassigned features sta
[
https://issues.apache.org/jira/browse/FLINK-5078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-5078:
--
Labels: auto-deprioritized-major auto-unassigned (was: auto-unassigned
stale-major)
Prio
[
https://issues.apache.org/jira/browse/FLINK-5089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-5089:
--
Labels: auto-deprioritized-major auto-unassigned (was: auto-unassigned
stale-major)
Prio
[
https://issues.apache.org/jira/browse/FLINK-22516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-22516:
---
Labels: auto-deprioritized-major (was: stale-major)
Priority: Minor (was: Major)
Thi
[
https://issues.apache.org/jira/browse/FLINK-22627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-22627:
---
Labels: pull-request-available stale-assigned (was: pull-request-available)
I am the [Flink
[
https://issues.apache.org/jira/browse/FLINK-4966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-4966:
--
Labels: algorithm auto-deprioritized-major auto-unassigned (was:
algorithm auto-unassigned s
[
https://issues.apache.org/jira/browse/FLINK-20988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-20988:
---
Labels: Umbrella stale-assigned (was: Umbrella)
I am the [Flink Jira Bot|https://github.com
flinkbot edited a comment on pull request #16297:
URL: https://github.com/apache/flink/pull/16297#issuecomment-868854612
## CI report:
* a39fe2a5e662f86708dbc2b728270b01c3b4335c Azure:
[PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
flinkbot edited a comment on pull request #16278:
URL: https://github.com/apache/flink/pull/16278#issuecomment-867519346
## CI report:
* f27a2f32d2c2479f512eeed4dc589e89944dffa8 Azure:
[FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
flinkbot commented on pull request #16297:
URL: https://github.com/apache/flink/pull/16297#issuecomment-868854612
## CI report:
* a39fe2a5e662f86708dbc2b728270b01c3b4335c UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot r
[
https://issues.apache.org/jira/browse/FLINK-22492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17369717#comment-17369717
]
Arvid Heise commented on FLINK-22492:
-
Merged into master as 66120f98066c690d10bcca4
flinkbot commented on pull request #16297:
URL: https://github.com/apache/flink/pull/16297#issuecomment-868847019
Thanks a lot for your contribution to the Apache Flink project. I'm the
@flinkbot. I help the community
to review your pull request. We will use this comment to track the pro
[
https://issues.apache.org/jira/browse/FLINK-23009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17369716#comment-17369716
]
Danny Cranmer commented on FLINK-23009:
---
Agree with [~iemre] that the issue is the
[
https://issues.apache.org/jira/browse/FLINK-23009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17369716#comment-17369716
]
Danny Cranmer edited comment on FLINK-23009 at 6/25/21, 9:37 PM:
-
dannycranmer opened a new pull request #16297:
URL: https://github.com/apache/flink/pull/16297
## What is the purpose of the change
Upgrade Guava dependency for Flink Connector Kinesis. The connector was
using Guava 18.0 which is quite old and has been flagged by some security tools
flinkbot edited a comment on pull request #16295:
URL: https://github.com/apache/flink/pull/16295#issuecomment-868781381
## CI report:
* cc21081fe26190bb32ebd023aecb194e33262ff0 Azure:
[FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
iemre closed pull request #16292:
URL: https://github.com/apache/flink/pull/16292
--
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.
To unsubscribe, e-mail: issues-unsubscr.
zjffdu removed a comment on pull request #15813:
URL: https://github.com/apache/flink/pull/15813#issuecomment-868810271
Any update on
--
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
zjffdu commented on pull request #15813:
URL: https://github.com/apache/flink/pull/15813#issuecomment-868810510
Any update on this PR ? Supporting tar is definitely necessary.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
zjffdu commented on pull request #15813:
URL: https://github.com/apache/flink/pull/15813#issuecomment-868810271
Any update on
--
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
flinkbot edited a comment on pull request #16296:
URL: https://github.com/apache/flink/pull/16296#issuecomment-868781471
## CI report:
* 845139a9cd3b8e8f8da66ca04ea5e90ca7a642b2 Azure:
[PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
flinkbot edited a comment on pull request #16295:
URL: https://github.com/apache/flink/pull/16295#issuecomment-868781381
## CI report:
* cc21081fe26190bb32ebd023aecb194e33262ff0 Azure:
[PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
flinkbot edited a comment on pull request #16294:
URL: https://github.com/apache/flink/pull/16294#issuecomment-868666894
## CI report:
* c092b08ba1f7a093599f075326d671a1d9e2bb62 Azure:
[SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
flinkbot commented on pull request #16296:
URL: https://github.com/apache/flink/pull/16296#issuecomment-868781471
## CI report:
* 845139a9cd3b8e8f8da66ca04ea5e90ca7a642b2 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot r
flinkbot commented on pull request #16295:
URL: https://github.com/apache/flink/pull/16295#issuecomment-868781381
## CI report:
* cc21081fe26190bb32ebd023aecb194e33262ff0 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot r
flinkbot commented on pull request #16296:
URL: https://github.com/apache/flink/pull/16296#issuecomment-868776311
Thanks a lot for your contribution to the Apache Flink project. I'm the
@flinkbot. I help the community
to review your pull request. We will use this comment to track the pro
zentol opened a new pull request #16296:
URL: https://github.com/apache/flink/pull/16296
Based on #16265.
Adds a new flink-rpc-core module, acting as an interface between
flink-runtime and the future flink-rpc-akka module. Essentially we're just
moving the core rpc interface (like R
flinkbot commented on pull request #16295:
URL: https://github.com/apache/flink/pull/16295#issuecomment-868767185
Thanks a lot for your contribution to the Apache Flink project. I'm the
@flinkbot. I help the community
to review your pull request. We will use this comment to track the pro
[
https://issues.apache.org/jira/browse/FLINK-11622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17369655#comment-17369655
]
wuguihu commented on FLINK-11622:
-
Hi Jark Wu, can you assign this issue to me?
I'd like
[
https://issues.apache.org/jira/browse/FLINK-11622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-11622:
---
Labels: auto-unassigned pull-request-available (was: auto-unassigned)
> Translate the "Comm
hapihu opened a new pull request #16295:
URL: https://github.com/apache/flink/pull/16295
[chinese-translation,Documentation]Translate the "Command-Line Interface"
page into Chinese
https://ci.apache.org/projects/flink/flink-docs-master/zh/docs/deployment/cli/
--
This is an au
flinkbot edited a comment on pull request #16293:
URL: https://github.com/apache/flink/pull/16293#issuecomment-868531393
## CI report:
* cee63aa7ae6204fa09067b198357f4d99a1c9d1d Azure:
[SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
flinkbot edited a comment on pull request #16292:
URL: https://github.com/apache/flink/pull/16292#issuecomment-868531267
## CI report:
* 296ee7795b8911931b1f2c6c2e1a03dd64812091 Azure:
[SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
flinkbot edited a comment on pull request #16286:
URL: https://github.com/apache/flink/pull/16286#issuecomment-868270639
## CI report:
* 4cbaee738f213985ae8d6850b36005e0ebafd5bf UNKNOWN
* 1ef57a0f7a4530accbe4817a9f931e1c6467bd92 Azure:
[FAILURE](https://dev.azure.com/apache-fl
holdenk commented on pull request #14929:
URL: https://github.com/apache/flink/pull/14929#issuecomment-868729109
For additional context you can see the workaround being done in Iceberg at
https://github.com/apache/iceberg/pull/2305/files#diff-947f99483f34e6bdf912e54c0a15317a7281bf3815261f52
holdenk commented on pull request #14929:
URL: https://github.com/apache/flink/pull/14929#issuecomment-868728511
cc @tweise
--
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.
flinkbot edited a comment on pull request #16245:
URL: https://github.com/apache/flink/pull/16245#issuecomment-866278518
## CI report:
* 03f385a7170f0923a72793ac52db3245dace5090 Azure:
[SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
flinkbot edited a comment on pull request #16287:
URL: https://github.com/apache/flink/pull/16287#issuecomment-868270704
## CI report:
* 396b474eb00876ed536ff8f99f72e0bbbe3eb53c Azure:
[SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
flinkbot edited a comment on pull request #16294:
URL: https://github.com/apache/flink/pull/16294#issuecomment-868666894
## CI report:
* c092b08ba1f7a093599f075326d671a1d9e2bb62 Azure:
[PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
flinkbot edited a comment on pull request #16290:
URL: https://github.com/apache/flink/pull/16290#issuecomment-868395028
## CI report:
* f7d3d618d7f73fceabe136cefeda2cb210f1d463 Azure:
[FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
flinkbot edited a comment on pull request #16291:
URL: https://github.com/apache/flink/pull/16291#issuecomment-868457160
## CI report:
* 6be24ed4de7e8dc16370333e509556de1309dd9a Azure:
[SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
flinkbot commented on pull request #16294:
URL: https://github.com/apache/flink/pull/16294#issuecomment-868666894
## CI report:
* c092b08ba1f7a093599f075326d671a1d9e2bb62 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot r
flinkbot edited a comment on pull request #16285:
URL: https://github.com/apache/flink/pull/16285#issuecomment-868253867
## CI report:
* 3a7708ead7c69816ae9debe89df06f06abed3381 Azure:
[FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result
[
https://issues.apache.org/jira/browse/FLINK-23157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu updated FLINK-23157:
Fix Version/s: 1.14.0
> Fix missing comma in SQL example in "Versioned View" page
> --
[
https://issues.apache.org/jira/browse/FLINK-23157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu closed FLINK-23157.
---
Assignee: HanWei
Resolution: Fixed
Fixed in
- master: c6cd4923ca519c261fb7b0dfc9442642b5ba9867
- rele
echauchot commented on pull request #16186:
URL: https://github.com/apache/flink/pull/16186#issuecomment-868661809
Forgot to say thank you for merging
--
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-23045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann closed FLINK-23045.
-
Resolution: Fixed
Fixed via
1.14.0: 4d5f4df5361294197cf2b48e000550b0c54adbb0
1.13.2: d9121d701d
tillrohrmann merged pull request #16263:
URL: https://github.com/apache/flink/pull/16263
--
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.
To unsubscribe, e-mail: issues-un
tillrohrmann commented on pull request #16263:
URL: https://github.com/apache/flink/pull/16263#issuecomment-868659421
Thanks for reviewing this PR @rmetzger. Merging this PR now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
echauchot commented on pull request #16201:
URL: https://github.com/apache/flink/pull/16201#issuecomment-868654451
Thanks Piotr for review / merge !
--
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
infoverload commented on a change in pull request #16177:
URL: https://github.com/apache/flink/pull/16177#discussion_r658853868
##
File path: docs/content.zh/docs/dev/datastream/fault-tolerance/state.md
##
@@ -561,6 +561,17 @@ val counts: DataStream[(String, Int)] = stream
tillrohrmann merged pull request #16262:
URL: https://github.com/apache/flink/pull/16262
--
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.
To unsubscribe, e-mail: issues-un
infoverload commented on a change in pull request #16177:
URL: https://github.com/apache/flink/pull/16177#discussion_r658856234
##
File path: docs/content.zh/docs/dev/datastream/fault-tolerance/state.md
##
@@ -561,6 +561,17 @@ val counts: DataStream[(String, Int)] = stream
infoverload commented on a change in pull request #16177:
URL: https://github.com/apache/flink/pull/16177#discussion_r658857488
##
File path: docs/content.zh/docs/ops/metrics.md
##
@@ -1642,7 +1642,7 @@ logged by `SystemResourcesMetricsInitializer` during the
startup.
infoverload commented on a change in pull request #16177:
URL: https://github.com/apache/flink/pull/16177#discussion_r658864082
##
File path: docs/content.zh/docs/dev/datastream/fault-tolerance/state.md
##
@@ -561,6 +561,17 @@ val counts: DataStream[(String, Int)] = stream
infoverload commented on a change in pull request #16177:
URL: https://github.com/apache/flink/pull/16177#discussion_r658863811
##
File path: docs/content.zh/docs/dev/datastream/fault-tolerance/state.md
##
@@ -561,6 +561,17 @@ val counts: DataStream[(String, Int)] = stream
wuchong merged pull request #16289:
URL: https://github.com/apache/flink/pull/16289
--
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.
To unsubscribe, e-mail: issues-unsubsc
tillrohrmann commented on pull request #16262:
URL: https://github.com/apache/flink/pull/16262#issuecomment-868638302
Thanks for the review @rmetzger. Merging this PR now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
1 - 100 of 319 matches
Mail list logo