flinkbot edited a comment on pull request #19335:
URL: https://github.com/apache/flink/pull/19335#issuecomment-1086537086
## CI report:
* f5f269e5c65f55d2d132677f3ce23c148c00bcf4 Azure:
[SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul
[
https://issues.apache.org/jira/browse/FLINK-27022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516461#comment-17516461
]
Gyula Fora commented on FLINK-27022:
Yea maybe you are right with my logic we could
Gyula Fora created FLINK-27029:
--
Summary: DeploymentValidator should take default flink config into
account during validation
Key: FLINK-27029
URL: https://issues.apache.org/jira/browse/FLINK-27029
Proje
[
https://issues.apache.org/jira/browse/FLINK-27005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516455#comment-17516455
]
Gyula Fora commented on FLINK-27005:
I am wondering whether we should keep the v1alp
[
https://issues.apache.org/jira/browse/FLINK-27028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516448#comment-17516448
]
Aitozi commented on FLINK-27028:
cc [~wangyang0918] [~chesnay] If no objection, I'm w
[
https://issues.apache.org/jira/browse/FLINK-27028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aitozi updated FLINK-27028:
---
Description:
The {{flink-kubernetes-operator}} is using the JarUpload + JarRun to support
the session job s
Aitozi created FLINK-27028:
--
Summary: Support to upload jar and run jar in RestClusterClient
Key: FLINK-27028
URL: https://issues.apache.org/jira/browse/FLINK-27028
Project: Flink
Issue Type: Improv
flinkbot edited a comment on pull request #19335:
URL: https://github.com/apache/flink/pull/19335#issuecomment-1086537086
## CI report:
* f5f269e5c65f55d2d132677f3ce23c148c00bcf4 Azure:
[PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul
[
https://issues.apache.org/jira/browse/FLINK-26845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516446#comment-17516446
]
Salva commented on FLINK-26845:
---
Sounds good [~trohrmann], I could start looking at the di
flinkbot edited a comment on pull request #19335:
URL: https://github.com/apache/flink/pull/19335#issuecomment-1086537086
## CI report:
* f5f269e5c65f55d2d132677f3ce23c148c00bcf4 Azure:
[PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul
Myasuka commented on pull request #19335:
URL: https://github.com/apache/flink/pull/19335#issuecomment-1086779793
@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 specific
[
https://issues.apache.org/jira/browse/FLINK-27001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516445#comment-17516445
]
Aitozi commented on FLINK-27001:
It seems this can also implement by
https://issues.apa
[
https://issues.apache.org/jira/browse/FLINK-27000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-27000:
---
Labels: pull-request-available (was: )
> Support to set JVM args for operator
> ---
LadyForest commented on a change in pull request #72:
URL: https://github.com/apache/flink-table-store/pull/72#discussion_r841158223
##
File path: docs/content/docs/development/write-table.md
##
@@ -0,0 +1,190 @@
+---
+title: "Write Table"
+weight: 3
+type: docs
+aliases:
+- /d
de' = 'batch';
+INSERT OVERWRITE MyTable PARTITION ('dt'='20220402')
+ SELECT ... FROM SourceTable WHERE dt = '20220402';
+```
+
+This way you revise yesterday's partition without suspending the streaming job.
+
+{{< hint info >}}
+__Note:__ Mu
de' = 'batch';
+INSERT OVERWRITE MyTable PARTITION ('dt'='20220402')
+ SELECT ... FROM SourceTable WHERE dt = '20220402';
+```
+
+This way you revise yesterday's partition without suspending the streaming job.
+
+{{< hint info >}}
+__Note:__ Mu
de' = 'batch';
+INSERT OVERWRITE MyTable PARTITION ('dt'='20220402')
+ SELECT ... FROM SourceTable WHERE dt = '20220402';
+```
+
+This way you revise yesterday's partition without suspending the streaming job.
+
+{{< hint info >}}
+__Note:__ Mu
de' = 'batch';
+INSERT OVERWRITE MyTable PARTITION ('dt'='20220402')
+ SELECT ... FROM SourceTable WHERE dt = '20220402';
+```
+
+This way you revise yesterday's partition without suspending the streaming job.
+
+{{< hint info >}}
+__Note:__ Mu
de' = 'batch';
+INSERT OVERWRITE MyTable PARTITION ('dt'='20220402')
+ SELECT ... FROM SourceTable WHERE dt = '20220402';
+```
+
+This way you revise yesterday's partition without suspending the streaming job.
+
+{{< hint info >}}
+__Note:__ Mu
RocMarshal edited a comment on pull request #18386:
URL: https://github.com/apache/flink/pull/18386#issuecomment-1086631358
@ZhangChaoming Thanks for the update.
In general, it's recommended that we should update with a new commit
message. Because the squish multi-commits message into o
LadyForest commented on a change in pull request #72:
URL: https://github.com/apache/flink-table-store/pull/72#discussion_r841155419
##
File path: docs/content/docs/development/query-table.md
##
@@ -0,0 +1,87 @@
+---
+title: "Query Table"
+weight: 4
+type: docs
+aliases:
+- /de
flinkbot edited a comment on pull request #19344:
URL: https://github.com/apache/flink/pull/19344#issuecomment-1086770696
## CI report:
* 1f3f21220dc9ac5041c28da2e7a49db823addfbe Azure:
[PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul
LadyForest commented on a change in pull request #72:
URL: https://github.com/apache/flink-table-store/pull/72#discussion_r841155419
##
File path: docs/content/docs/development/query-table.md
##
@@ -0,0 +1,87 @@
+---
+title: "Query Table"
+weight: 4
+type: docs
+aliases:
+- /de
LadyForest commented on a change in pull request #72:
URL: https://github.com/apache/flink-table-store/pull/72#discussion_r841155997
##
File path: docs/content/docs/development/query-table.md
##
@@ -0,0 +1,87 @@
+---
+title: "Query Table"
+weight: 4
+type: docs
+aliases:
+- /de
LadyForest commented on a change in pull request #72:
URL: https://github.com/apache/flink-table-store/pull/72#discussion_r841155997
##
File path: docs/content/docs/development/query-table.md
##
@@ -0,0 +1,87 @@
+---
+title: "Query Table"
+weight: 4
+type: docs
+aliases:
+- /de
flinkbot commented on pull request #19344:
URL: https://github.com/apache/flink/pull/19344#issuecomment-1086770696
## CI report:
* 1f3f21220dc9ac5041c28da2e7a49db823addfbe UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot
LadyForest commented on a change in pull request #72:
URL: https://github.com/apache/flink-table-store/pull/72#discussion_r84110
##
File path: docs/content/docs/development/query-table.md
##
@@ -0,0 +1,87 @@
+---
+title: "Query Table"
+weight: 4
+type: docs
+aliases:
+- /de
DefuLi opened a new pull request #19344:
URL: https://github.com/apache/flink/pull/19344
## What is the purpose of the change
*The word "Premeture" is misspelled in the IOUtils.java file of flink-core.*
## Brief change log
- *Modify spelling error in IOUtil
LadyForest commented on a change in pull request #72:
URL: https://github.com/apache/flink-table-store/pull/72#discussion_r841155419
##
File path: docs/content/docs/development/query-table.md
##
@@ -0,0 +1,87 @@
+---
+title: "Query Table"
+weight: 4
+type: docs
+aliases:
+- /de
LadyForest commented on a change in pull request #72:
URL: https://github.com/apache/flink-table-store/pull/72#discussion_r841155419
##
File path: docs/content/docs/development/query-table.md
##
@@ -0,0 +1,87 @@
+---
+title: "Query Table"
+weight: 4
+type: docs
+aliases:
+- /de
[
https://issues.apache.org/jira/browse/FLINK-27022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516426#comment-17516426
]
Thomas Weise commented on FLINK-27022:
--
I still think that this setting should not
LadyForest commented on a change in pull request #72:
URL: https://github.com/apache/flink-table-store/pull/72#discussion_r841152998
##
File path: docs/content/docs/development/query-table.md
##
@@ -0,0 +1,87 @@
+---
+title: "Query Table"
+weight: 4
+type: docs
+aliases:
+- /de
LadyForest commented on a change in pull request #72:
URL: https://github.com/apache/flink-table-store/pull/72#discussion_r841152540
##
File path: docs/content/docs/development/query-table.md
##
@@ -0,0 +1,87 @@
+---
+title: "Query Table"
+weight: 4
+type: docs
+aliases:
+- /de
LadyForest commented on a change in pull request #72:
URL: https://github.com/apache/flink-table-store/pull/72#discussion_r841151631
##
File path: docs/content/docs/development/query-table.md
##
@@ -0,0 +1,87 @@
+---
+title: "Query Table"
+weight: 4
+type: docs
+aliases:
+- /de
LadyForest commented on a change in pull request #72:
URL: https://github.com/apache/flink-table-store/pull/72#discussion_r841151482
##
File path: docs/content/docs/development/query-table.md
##
@@ -0,0 +1,87 @@
+---
+title: "Query Table"
+weight: 4
+type: docs
+aliases:
+- /de
LadyForest commented on a change in pull request #72:
URL: https://github.com/apache/flink-table-store/pull/72#discussion_r841149095
##
File path: docs/content/docs/development/query-table.md
##
@@ -0,0 +1,87 @@
+---
+title: "Query Table"
+weight: 4
+type: docs
+aliases:
+- /de
LadyForest commented on a change in pull request #72:
URL: https://github.com/apache/flink-table-store/pull/72#discussion_r841148673
##
File path: docs/content/docs/development/overview.md
##
@@ -30,6 +30,25 @@ Flink Table Store is a unified streaming and batch store for
build
LadyForest commented on a change in pull request #72:
URL: https://github.com/apache/flink-table-store/pull/72#discussion_r841148428
##
File path: docs/content/docs/development/overview.md
##
@@ -30,6 +30,25 @@ Flink Table Store is a unified streaming and batch store for
build
LadyForest commented on a change in pull request #72:
URL: https://github.com/apache/flink-table-store/pull/72#discussion_r841147919
##
File path: docs/content/docs/development/overview.md
##
@@ -30,6 +30,25 @@ Flink Table Store is a unified streaming and batch store for
build
LadyForest commented on a change in pull request #72:
URL: https://github.com/apache/flink-table-store/pull/72#discussion_r841147805
##
File path: docs/content/docs/development/create-table.md
##
@@ -151,3 +151,85 @@ Creating a table will create the corresponding physical
stor
[
https://issues.apache.org/jira/browse/FLINK-26899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-26899:
---
Labels: pull-request-available (was: )
> Introduce write/query table document for table sto
LadyForest commented on a change in pull request #72:
URL: https://github.com/apache/flink-table-store/pull/72#discussion_r841147565
##
File path: docs/content/docs/development/create-table.md
##
@@ -151,3 +151,85 @@ Creating a table will create the corresponding physical
stor
flinkbot edited a comment on pull request #19343:
URL: https://github.com/apache/flink/pull/19343#issuecomment-1086724313
## CI report:
* 52653837e78b17dcdc196b3c6562ccebf22fca17 Azure:
[SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul
flinkbot edited a comment on pull request #19263:
URL: https://github.com/apache/flink/pull/19263#issuecomment-1081065491
## CI report:
* 087457408aa0db8ed8d49e2c7da68b296c25142f Azure:
[SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul
flinkbot edited a comment on pull request #19342:
URL: https://github.com/apache/flink/pull/19342#issuecomment-1086722113
## CI report:
* a051c979b72bac01401b1190096f29f30d21dadc Azure:
[SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul
[
https://issues.apache.org/jira/browse/FLINK-26524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-26524:
---
Labels: auto-deprioritized-critical test-stability (was: stale-critical
test-stability)
[
https://issues.apache.org/jira/browse/FLINK-25765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-25765:
---
Labels: auto-deprioritized-major usability (was: stale-major usability)
Priority: Mino
[
https://issues.apache.org/jira/browse/FLINK-26386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-26386:
---
Labels: auto-deprioritized-critical test-stability (was: stale-critical
test-stability)
[
https://issues.apache.org/jira/browse/FLINK-22955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-22955:
---
Labels: auto-deprioritized-critical stale-major (was:
auto-deprioritized-critical)
I am th
flinkbot edited a comment on pull request #19343:
URL: https://github.com/apache/flink/pull/19343#issuecomment-1086724313
## CI report:
* 52653837e78b17dcdc196b3c6562ccebf22fca17 Azure:
[PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul
flinkbot edited a comment on pull request #19263:
URL: https://github.com/apache/flink/pull/19263#issuecomment-1081065491
## CI report:
* 8eda65b9d6af64aafa22c855e8177f2eacbaf1d0 Azure:
[SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul
flinkbot commented on pull request #19343:
URL: https://github.com/apache/flink/pull/19343#issuecomment-1086724313
## CI report:
* 52653837e78b17dcdc196b3c6562ccebf22fca17 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot
flinkbot edited a comment on pull request #19263:
URL: https://github.com/apache/flink/pull/19263#issuecomment-1081065491
## CI report:
* 8eda65b9d6af64aafa22c855e8177f2eacbaf1d0 Azure:
[SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul
flinkbot edited a comment on pull request #19342:
URL: https://github.com/apache/flink/pull/19342#issuecomment-1086722113
## CI report:
* a051c979b72bac01401b1190096f29f30d21dadc Azure:
[PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul
[
https://issues.apache.org/jira/browse/FLINK-27026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-27026:
---
Labels: pull-request-available (was: )
> Upgrade checkstyle plugin
> --
zentol opened a new pull request #19343:
URL: https://github.com/apache/flink/pull/19343
newer version no longer require dependency resolution
--
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
[
https://issues.apache.org/jira/browse/FLINK-27027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-27027:
---
Labels: pull-request-available (was: )
> Get rid of oddly named mvn-${sys mvn.forkNumber}.l
flinkbot commented on pull request #19342:
URL: https://github.com/apache/flink/pull/19342#issuecomment-1086722113
## CI report:
* a051c979b72bac01401b1190096f29f30d21dadc UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot
Chesnay Schepler created FLINK-27027:
Summary: Get rid of oddly named mvn-${sys mvn.forkNumber}.log files
Key: FLINK-27027
URL: https://issues.apache.org/jira/browse/FLINK-27027
Project: Flink
Chesnay Schepler created FLINK-27026:
Summary: Upgrade checkstyle plugin
Key: FLINK-27026
URL: https://issues.apache.org/jira/browse/FLINK-27026
Project: Flink
Issue Type: Technical Debt
[
https://issues.apache.org/jira/browse/FLINK-27025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ziheng Wang updated FLINK-27025:
Attachment: tpch-12-parquet.py
> Cannot read parquet file, after putting the jar in the right plac
Ziheng Wang created FLINK-27025:
---
Summary: Cannot read parquet file, after putting the jar in the
right place with right permissions
Key: FLINK-27025
URL: https://issues.apache.org/jira/browse/FLINK-27025
[
https://issues.apache.org/jira/browse/FLINK-27024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-27024.
Resolution: Fixed
master: c41f169765646bf9dd1ac8264127e1fc9e399898
> Cleanup surefire con
zentol merged pull request #19341:
URL: https://github.com/apache/flink/pull/19341
--
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
[
https://issues.apache.org/jira/browse/FLINK-26994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-26994.
Resolution: Fixed
master: d17b0ba0487a421d1dc00c5264ef820908f54658
> Merge libraries CI p
zentol merged pull request #19337:
URL: https://github.com/apache/flink/pull/19337
--
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
flinkbot edited a comment on pull request #19330:
URL: https://github.com/apache/flink/pull/19330#issuecomment-1085919480
## CI report:
* 5cc15a539159eaeeb8a11961c46e755041bb7840 Azure:
[SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul
flinkbot edited a comment on pull request #19341:
URL: https://github.com/apache/flink/pull/19341#issuecomment-1086648587
## CI report:
* 12bf7a182480d9677b2e7c50c08793665c99dd5f Azure:
[SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul
flinkbot edited a comment on pull request #19340:
URL: https://github.com/apache/flink/pull/19340#issuecomment-1086644469
## CI report:
* 948190b21e39a82c9accade41cd1fe0c861a8184 Azure:
[FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul
gyfora commented on pull request #519:
URL: https://github.com/apache/flink-web/pull/519#issuecomment-1086667655
@mbalassi please build, review and merge if all good :)
I have modified the blogpost release date to 04/04 (monday)
--
This is an automated message from the Apache Git Serv
Chesnay Schepler created FLINK-27024:
Summary: Cleanup surefire configuration
Key: FLINK-27024
URL: https://issues.apache.org/jira/browse/FLINK-27024
Project: Flink
Issue Type: Technical
flinkbot edited a comment on pull request #18386:
URL: https://github.com/apache/flink/pull/18386#issuecomment-1015100174
## CI report:
* 91a6c605b4d6395e6bd01ce25ae6d0bec1146cae Azure:
[FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul
[
https://issues.apache.org/jira/browse/FLINK-26969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dian Fu closed FLINK-26969.
---
Fix Version/s: 1.16.0
Resolution: Fixed
Merged to master via db23add96305e163328283859fb644af72350018
flinkbot edited a comment on pull request #19218:
URL: https://github.com/apache/flink/pull/19218#issuecomment-1077287637
## CI report:
* 959005953d10ba602eb1bad4ee2004179f9e8626 Azure:
[FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul
dianfu closed pull request #19328:
URL: https://github.com/apache/flink/pull/19328
--
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
[
https://issues.apache.org/jira/browse/FLINK-26540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516320#comment-17516320
]
Jing Zhang edited comment on FLINK-26540 at 4/2/22 2:39 PM:
[
https://issues.apache.org/jira/browse/FLINK-26540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jing Zhang closed FLINK-26540.
--
Resolution: Fixed
> Support handle join involving complex types in on condition
>
[
https://issues.apache.org/jira/browse/FLINK-26540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516320#comment-17516320
]
Jing Zhang commented on FLINK-26540:
fixed in master: 0e459bf810736347ad7bf1eb62be4d
beyond1920 closed pull request #19012:
URL: https://github.com/apache/flink/pull/19012
--
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-unsu
flinkbot edited a comment on pull request #19341:
URL: https://github.com/apache/flink/pull/19341#issuecomment-1086648587
## CI report:
* 12bf7a182480d9677b2e7c50c08793665c99dd5f Azure:
[PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul
flinkbot commented on pull request #19341:
URL: https://github.com/apache/flink/pull/19341#issuecomment-1086648587
## CI report:
* 12bf7a182480d9677b2e7c50c08793665c99dd5f UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot
[
https://issues.apache.org/jira/browse/FLINK-27011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516315#comment-17516315
]
jay li commented on FLINK-27011:
[~dianfu] cool , It looks like this ticket has already
[
https://issues.apache.org/jira/browse/FLINK-26512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyula Fora updated FLINK-26512:
---
Fix Version/s: kubernetes-operator-1.0.0
(was: kubernetes-operator-0.1.0)
> D
[
https://issues.apache.org/jira/browse/FLINK-26611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyula Fora closed FLINK-26611.
--
Resolution: Fixed
Merged
main: ffe0d55613764a9dd768cc20f5d96da8154c0865
release-0.1: 01d717e63ed02747
flinkbot edited a comment on pull request #19330:
URL: https://github.com/apache/flink/pull/19330#issuecomment-1085919480
## CI report:
* Unknown: [CANCELED](TBD)
* 5cc15a539159eaeeb8a11961c46e755041bb7840 Azure:
[PENDING](https://dev.azure.com/apache-flink/98463496-1af2-462
[
https://issues.apache.org/jira/browse/FLINK-27024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-27024:
---
Labels: pull-request-available (was: )
> Cleanup surefire configuration
> -
zentol opened a new pull request #19341:
URL: https://github.com/apache/flink/pull/19341
Removes unnecessary special surefire configurations and models as much as
possible as environment variables to make things easier to extend.
--
This is an automated message from the Apache Git Servic
flinkbot edited a comment on pull request #19330:
URL: https://github.com/apache/flink/pull/19330#issuecomment-1085919480
## CI report:
* Unknown: [CANCELED](TBD)
* 5cc15a539159eaeeb8a11961c46e755041bb7840 UNKNOWN
Bot commands
The @flinkbot bot supports the fo
flinkbot edited a comment on pull request #19315:
URL: https://github.com/apache/flink/pull/19315#issuecomment-1085386734
## CI report:
* 5c2e924a5bf679bf9b54cd00b1ec1d1e5116048e UNKNOWN
* 549983475a45a52f5917acacb4e9f00ad7687a49 Azure:
[FAILURE](https://dev.azure.com/apache-f
jay-li-csck commented on pull request #19330:
URL: https://github.com/apache/flink/pull/19330#issuecomment-1086646200
@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 spec
jay-li-csck removed a comment on pull request #19330:
URL: https://github.com/apache/flink/pull/19330#issuecomment-1086597006
@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
jay-li-csck removed a comment on pull request #19330:
URL: https://github.com/apache/flink/pull/19330#issuecomment-1086608452
@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
flinkbot edited a comment on pull request #19331:
URL: https://github.com/apache/flink/pull/19331#issuecomment-108520
## CI report:
* 3d8a33dad195ea7303270333d05f5449a5ea71bf Azure:
[FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul
flinkbot edited a comment on pull request #19340:
URL: https://github.com/apache/flink/pull/19340#issuecomment-1086644469
## CI report:
* 948190b21e39a82c9accade41cd1fe0c861a8184 Azure:
[PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul
lindong28 commented on a change in pull request #71:
URL: https://github.com/apache/flink-ml/pull/71#discussion_r841078416
##
File path:
flink-ml-benchmark/src/main/java/org/apache/flink/ml/benchmark/data/DataGenerator.java
##
@@ -0,0 +1,32 @@
+/*
+ * Licensed to the Apache So
lindong28 commented on a change in pull request #71:
URL: https://github.com/apache/flink-ml/pull/71#discussion_r841074926
##
File path:
flink-ml-benchmark/src/main/java/org/apache/flink/ml/benchmark/data/InputDataGeneratorParams.java
##
@@ -0,0 +1,53 @@
+/*
+ * Licensed to th
flinkbot commented on pull request #19340:
URL: https://github.com/apache/flink/pull/19340#issuecomment-1086644469
## CI report:
* 948190b21e39a82c9accade41cd1fe0c861a8184 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot
snuyanzin opened a new pull request #19340:
URL: https://github.com/apache/flink/pull/19340
This is a 1.14 backport of PR https://github.com/apache/flink/pull/19303
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
flinkbot edited a comment on pull request #19328:
URL: https://github.com/apache/flink/pull/19328#issuecomment-1085814902
## CI report:
* b4c99e946189a0f96d61260557ed042431b14480 UNKNOWN
* 49ce90f0906fc05b69af7fa969aee682d69121d4 Azure:
[SUCCESS](https://dev.azure.com/apache-f
flinkbot edited a comment on pull request #19339:
URL: https://github.com/apache/flink/pull/19339#issuecomment-1086609854
## CI report:
* 4e4dd3279b26e140bfef2bba76a57369000aa044 Azure:
[SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul
1 - 100 of 328 matches
Mail list logo