[jira] [Assigned] (FLINK-29477) ClassCastException when collect primitive array to Python

2022-10-15 Thread Xingbo Huang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xingbo Huang reassigned FLINK-29477: Assignee: Juntao Hu > ClassCastException when collect primitive array to Python >

[jira] [Closed] (FLINK-29477) ClassCastException when collect primitive array to Python

2022-10-15 Thread Xingbo Huang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xingbo Huang closed FLINK-29477. Fix Version/s: 1.16.0 (was: 1.17.0) (was: 1.16.1)

[GitHub] [flink] HuangXingBo closed pull request #21016: [FLINK-29477][python] Fix ClassCastException when collect primitive array

2022-10-15 Thread GitBox
HuangXingBo closed pull request #21016: [FLINK-29477][python] Fix ClassCastException when collect primitive array URL: https://github.com/apache/flink/pull/21016 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [flink] huyuanfeng2018 commented on pull request #21076: [FLINK-29646][sql-gateway] rest endpoint return a simpler error message

2022-10-15 Thread GitBox
huyuanfeng2018 commented on PR #21076: URL: https://github.com/apache/flink/pull/21076#issuecomment-1279878588 > Thanks for your contribution @huyuanfeng2018. I think this pull request should be merged into master branch rather than release-1.16. Thanks @WencongLiu , I have switched

[GitHub] [flink-kubernetes-operator] sap1ens commented on pull request #404: [FLINK-29633] Backport to 1.2

2022-10-15 Thread GitBox
sap1ens commented on PR #404: URL: https://github.com/apache/flink-kubernetes-operator/pull/404#issuecomment-1279876617 Ran failed test locally, worked fine 路 Could be flaky -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [flink-kubernetes-operator] sap1ens commented on pull request #403: [FLINK-29633] Pass fromSavepoint argument

2022-10-15 Thread GitBox
sap1ens commented on PR #403: URL: https://github.com/apache/flink-kubernetes-operator/pull/403#issuecomment-1279862016 Done https://github.com/apache/flink-kubernetes-operator/pull/404 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [flink-kubernetes-operator] sap1ens opened a new pull request, #404: [FLINK-29633] Backport to 1.2

2022-10-15 Thread GitBox
sap1ens opened a new pull request, #404: URL: https://github.com/apache/flink-kubernetes-operator/pull/404 Backporting https://github.com/apache/flink-kubernetes-operator/pull/403 to the 1.2 release branch. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [flink-kubernetes-operator] gyfora commented on pull request #403: [FLINK-29633] Pass fromSavepoint argument

2022-10-15 Thread GitBox
gyfora commented on PR #403: URL: https://github.com/apache/flink-kubernetes-operator/pull/403#issuecomment-1279825176 @sap1ens could you please open a backport PR against the `release-1.2` branch based on the merged commit? -- This is an automated message from the Apache Git Service.

[jira] [Closed] (FLINK-29633) Operator doesn't pass initialSavepointPath as fromSavepoint argument

2022-10-15 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora closed FLINK-29633. -- Fix Version/s: kubernetes-operator-1.3.0 Resolution: Fixed

[GitHub] [flink-kubernetes-operator] gyfora merged pull request #403: [FLINK-29633] Pass fromSavepoint argument

2022-10-15 Thread GitBox
gyfora merged PR #403: URL: https://github.com/apache/flink-kubernetes-operator/pull/403 -- 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:

[GitHub] [flink-kubernetes-operator] gyfora commented on a diff in pull request #403: [FLINK-29633] Pass fromSavepoint argument

2022-10-15 Thread GitBox
gyfora commented on code in PR #403: URL: https://github.com/apache/flink-kubernetes-operator/pull/403#discussion_r996349881 ## flink-kubernetes-standalone/src/main/java/org/apache/flink/kubernetes/operator/kubeclient/decorators/CmdStandaloneJobManagerDecorator.java: ## @@

[GitHub] [flink-connector-dynamodb] hlteoh37 commented on pull request #1: [FLINK-24229][Connectors][DynamoDB] - Add AWS DynamoDB connector

2022-10-15 Thread GitBox
hlteoh37 commented on PR #1: URL: https://github.com/apache/flink-connector-dynamodb/pull/1#issuecomment-1279823905 Question for general discussion: Do we have any thoughts on using conditional expressions? I note that the `BatchWriteItem` API we are using doesn't support this. Maybe we

[GitHub] [flink-kubernetes-operator] sap1ens commented on a diff in pull request #403: [FLINK-29633] Pass fromSavepoint argument

2022-10-15 Thread GitBox
sap1ens commented on code in PR #403: URL: https://github.com/apache/flink-kubernetes-operator/pull/403#discussion_r996348488 ## flink-kubernetes-standalone/src/main/java/org/apache/flink/kubernetes/operator/kubeclient/decorators/CmdStandaloneJobManagerDecorator.java: ## @@

[GitHub] [flink-connector-dynamodb] hlteoh37 commented on a diff in pull request #1: [FLINK-24229][Connectors][DynamoDB] - Add AWS DynamoDB connector

2022-10-15 Thread GitBox
hlteoh37 commented on code in PR #1: URL: https://github.com/apache/flink-connector-dynamodb/pull/1#discussion_r996348036 ## flink-connector-aws-dynamodb/src/main/java/org/apache/flink/streaming/connectors/dynamodb/sink/DynamoDbSinkBuilder.java: ## @@ -0,0 +1,134 @@ +/* + *

[GitHub] [flink-kubernetes-operator] gyfora commented on a diff in pull request #403: [FLINK-29633] Pass fromSavepoint argument

2022-10-15 Thread GitBox
gyfora commented on code in PR #403: URL: https://github.com/apache/flink-kubernetes-operator/pull/403#discussion_r996347944 ## flink-kubernetes-standalone/src/main/java/org/apache/flink/kubernetes/operator/kubeclient/decorators/CmdStandaloneJobManagerDecorator.java: ## @@

[GitHub] [flink-kubernetes-operator] gyfora commented on a diff in pull request #403: [FLINK-29633] Pass fromSavepoint argument

2022-10-15 Thread GitBox
gyfora commented on code in PR #403: URL: https://github.com/apache/flink-kubernetes-operator/pull/403#discussion_r996347785 ## flink-kubernetes-standalone/src/main/java/org/apache/flink/kubernetes/operator/kubeclient/decorators/CmdStandaloneJobManagerDecorator.java: ## @@

[GitHub] [flink-connector-dynamodb] hlteoh37 commented on a diff in pull request #1: [FLINK-24229][Connectors][DynamoDB] - Add AWS DynamoDB connector

2022-10-15 Thread GitBox
hlteoh37 commented on code in PR #1: URL: https://github.com/apache/flink-connector-dynamodb/pull/1#discussion_r996321025 ## flink-connector-aws-dynamodb/src/main/java/org/apache/flink/streaming/connectors/dynamodb/sink/DynamoDbSink.java: ## @@ -0,0 +1,162 @@ +/* + * Licensed

[GitHub] [flink-kubernetes-operator] sap1ens commented on a diff in pull request #403: [FLINK-29633] Pass fromSavepoint argument

2022-10-15 Thread GitBox
sap1ens commented on code in PR #403: URL: https://github.com/apache/flink-kubernetes-operator/pull/403#discussion_r996346689 ## flink-kubernetes-standalone/src/main/java/org/apache/flink/kubernetes/operator/kubeclient/decorators/CmdStandaloneJobManagerDecorator.java: ## @@

[jira] [Created] (FLINK-29649) upgrade Maven checkstyle plugin to latest version >= v8.30

2022-10-15 Thread Samrat Deb (Jira)
Samrat Deb created FLINK-29649: -- Summary: upgrade Maven checkstyle plugin to latest version >= v8.30 Key: FLINK-29649 URL: https://issues.apache.org/jira/browse/FLINK-29649 Project: Flink Issue

[jira] [Updated] (FLINK-29649) upgrade Maven checkstyle plugin to latest version >= v8.30

2022-10-15 Thread Samrat Deb (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samrat Deb updated FLINK-29649: --- Description: currenly while building project some of the typical warnings related to checkstyle   

[GitHub] [flink-kubernetes-operator] gyfora commented on a diff in pull request #403: [FLINK-29633] Pass fromSavepoint argument

2022-10-15 Thread GitBox
gyfora commented on code in PR #403: URL: https://github.com/apache/flink-kubernetes-operator/pull/403#discussion_r996327566 ## flink-kubernetes-standalone/src/main/java/org/apache/flink/kubernetes/operator/kubeclient/decorators/CmdStandaloneJobManagerDecorator.java: ## @@

[GitHub] [flink-kubernetes-operator] gyfora commented on a diff in pull request #403: [FLINK-29633] Pass fromSavepoint argument

2022-10-15 Thread GitBox
gyfora commented on code in PR #403: URL: https://github.com/apache/flink-kubernetes-operator/pull/403#discussion_r996327486 ## flink-kubernetes-standalone/src/main/java/org/apache/flink/kubernetes/operator/kubeclient/decorators/CmdStandaloneJobManagerDecorator.java: ## @@

[jira] [Commented] (FLINK-20350) Incompatible Connectors due to Guava conflict

2022-10-15 Thread Samrat Deb (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17618133#comment-17618133 ] Samrat Deb commented on FLINK-20350: Hi [~danny.cranmer]  In ticket you have already mentioned

[GitHub] [flink-connector-dynamodb] hlteoh37 commented on a diff in pull request #1: [FLINK-24229][Connectors][DynamoDB] - Add AWS DynamoDB connector

2022-10-15 Thread GitBox
hlteoh37 commented on code in PR #1: URL: https://github.com/apache/flink-connector-dynamodb/pull/1#discussion_r996320784 ## flink-connector-aws-dynamodb/src/main/java/org/apache/flink/streaming/connectors/dynamodb/sink/DynamoDbSink.java: ## @@ -0,0 +1,162 @@ +/* + * Licensed

[jira] [Commented] (FLINK-29620) Flink deployment stuck in UPGRADING state when changing configuration

2022-10-15 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17618123#comment-17618123 ] Gyula Fora commented on FLINK-29620: I think that this might be fixed on 1.2.0 already, could you

[GitHub] [flink] ZmmBigdata commented on pull request #20983: [FLINK-29458][docs] When two tables have the same field, do not speci…

2022-10-15 Thread GitBox
ZmmBigdata commented on PR #20983: URL: https://github.com/apache/flink/pull/20983#issuecomment-1279766335 > @ZmmBigdata Thanks for fixing this! It's better to fix the chinese version (though it hasn't been translated yet) `docs/content.zh/docs/dev/table/sql/queries/joins.md`

[jira] [Commented] (FLINK-29458) When two tables have the same field, do not specify the table name,Exception will be thrown:SqlValidatorException :Column 'currency' is ambiguous

2022-10-15 Thread ZuoYan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17618116#comment-17618116 ] ZuoYan commented on FLINK-29458: [~jark] It has been modified. Please refer to [GitHub Pull Request

[GitHub] [flink] WencongLiu commented on pull request #21076: [FLINK-29646][sql-gateway] rest endpoint return a simpler error message

2022-10-15 Thread GitBox
WencongLiu commented on PR #21076: URL: https://github.com/apache/flink/pull/21076#issuecomment-1279753603 Thanks for your contribution @huyuanfeng2018. I think this pull request should be merged into master branch rather than release-1.16. -- This is an automated message from the Apache

[jira] [Commented] (FLINK-29646) SQL Gateway should return a simpler error message

2022-10-15 Thread Wencong Liu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17618104#comment-17618104 ] Wencong Liu commented on FLINK-29646: - Thanks [~heigebupahei] . +1 for this change. At present, sql

[GitHub] [flink-connector-dynamodb] darenwkt opened a new pull request, #10: [FLINK-29310] Added license check

2022-10-15 Thread GitBox
darenwkt opened a new pull request, #10: URL: https://github.com/apache/flink-connector-dynamodb/pull/10 Added maven plugin to use in ci workflow for license check. Note: - License check current runs on mvn install directory, which will need to be updated when switched to deploy

[GitHub] [flink-connector-dynamodb] darenwkt closed pull request #8: [FLINK-29310] Added license check

2022-10-15 Thread GitBox
darenwkt closed pull request #8: [FLINK-29310] Added license check URL: https://github.com/apache/flink-connector-dynamodb/pull/8 -- 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

[jira] [Commented] (FLINK-10989) OrcRowInputFormat uses two different file systems

2022-10-15 Thread Angelo Kastroulis (Jira)
[ https://issues.apache.org/jira/browse/FLINK-10989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17618088#comment-17618088 ] Angelo Kastroulis commented on FLINK-10989: --- At the very minimum, this should be documented in

[GitHub] [flink] zentol commented on a diff in pull request #20757: [FLINK-27919] Add FLIP-27-based source for data generation (FLIP-238)

2022-10-15 Thread GitBox
zentol commented on code in PR #20757: URL: https://github.com/apache/flink/pull/20757#discussion_r996303463 ## docs/content/docs/connectors/datastream/datagen.md: ## @@ -0,0 +1,115 @@ +--- +title: DataGen +weight: 3 +type: docs +--- + + +# DataGen Connector + +The DataGen

[GitHub] [flink] zentol commented on a diff in pull request #20757: [FLINK-27919] Add FLIP-27-based source for data generation (FLIP-238)

2022-10-15 Thread GitBox
zentol commented on code in PR #20757: URL: https://github.com/apache/flink/pull/20757#discussion_r996305134 ## docs/content/docs/connectors/datastream/datagen.md: ## @@ -0,0 +1,115 @@ +--- +title: DataGen +weight: 3 +type: docs +--- + + +# DataGen Connector + +The DataGen

[jira] [Updated] (FLINK-29646) SQL Gateway should return a simpler error message

2022-10-15 Thread yuanfenghu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yuanfenghu updated FLINK-29646: --- Priority: Major (was: Critical) > SQL Gateway should return a simpler error message >

[jira] [Updated] (FLINK-29646) SQL Gateway should return a simpler error message

2022-10-15 Thread yuanfenghu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yuanfenghu updated FLINK-29646: --- Priority: Critical (was: Minor) > SQL Gateway should return a simpler error message >

[GitHub] [flink] zentol commented on a diff in pull request #20757: [FLINK-27919] Add FLIP-27-based source for data generation (FLIP-238)

2022-10-15 Thread GitBox
zentol commented on code in PR #20757: URL: https://github.com/apache/flink/pull/20757#discussion_r996303463 ## docs/content/docs/connectors/datastream/datagen.md: ## @@ -0,0 +1,115 @@ +--- +title: DataGen +weight: 3 +type: docs +--- + + +# DataGen Connector + +The DataGen

[GitHub] [flink] flinkbot commented on pull request #21076: [FLINK-29646][sql-gateway] rest endpoint return a simpler error message

2022-10-15 Thread GitBox
flinkbot commented on PR #21076: URL: https://github.com/apache/flink/pull/21076#issuecomment-1279741271 ## CI report: * 0a78909554fce3c02ee4ee35df48c0d7dacd6d59 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[GitHub] [flink] zentol commented on a diff in pull request #20757: [FLINK-27919] Add FLIP-27-based source for data generation (FLIP-238)

2022-10-15 Thread GitBox
zentol commented on code in PR #20757: URL: https://github.com/apache/flink/pull/20757#discussion_r996303463 ## docs/content/docs/connectors/datastream/datagen.md: ## @@ -0,0 +1,115 @@ +--- +title: DataGen +weight: 3 +type: docs +--- + + +# DataGen Connector + +The DataGen

[jira] [Updated] (FLINK-29646) SQL Gateway should return a simpler error message

2022-10-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-29646: --- Labels: pull-request-available (was: ) > SQL Gateway should return a simpler error message

[GitHub] [flink] huyuanfeng2018 opened a new pull request, #21076: [FLINK-29646][sql-gateway] rest endpoint return a simpler error message

2022-10-15 Thread GitBox
huyuanfeng2018 opened a new pull request, #21076: URL: https://github.com/apache/flink/pull/21076 ## What is the purpose of the change this pull request make sql-gateway fetch key error information instead of return all stack of information, when operation happen error

[GitHub] [flink] zentol commented on a diff in pull request #20757: [FLINK-27919] Add FLIP-27-based source for data generation (FLIP-238)

2022-10-15 Thread GitBox
zentol commented on code in PR #20757: URL: https://github.com/apache/flink/pull/20757#discussion_r996303005 ## docs/content/docs/connectors/datastream/datagen.md: ## @@ -0,0 +1,115 @@ +--- +title: DataGen +weight: 3 +type: docs +--- + + +# DataGen Connector + +The DataGen

[GitHub] [flink] afedulov commented on a diff in pull request #20757: [FLINK-27919] Add FLIP-27-based source for data generation (FLIP-238)

2022-10-15 Thread GitBox
afedulov commented on code in PR #20757: URL: https://github.com/apache/flink/pull/20757#discussion_r996297824 ## docs/content/docs/connectors/datastream/datagen.md: ## @@ -0,0 +1,115 @@ +--- +title: DataGen +weight: 3 +type: docs +--- + + +# DataGen Connector + +The DataGen

[jira] [Commented] (FLINK-29557) The SinkOperator's OutputFormat function is not recognized

2022-10-15 Thread Aitozi (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17618052#comment-17618052 ] Aitozi commented on FLINK-29557: Thanks [~gaoyunhaii] for your reply. The {{OutputFormatProvider}} in

[GitHub] [flink] zentol commented on a diff in pull request #20757: [FLINK-27919] Add FLIP-27-based source for data generation (FLIP-238)

2022-10-15 Thread GitBox
zentol commented on code in PR #20757: URL: https://github.com/apache/flink/pull/20757#discussion_r996290206 ## docs/content/docs/connectors/datastream/datagen.md: ## @@ -0,0 +1,115 @@ +--- +title: DataGen +weight: 3 +type: docs +--- + + +# DataGen Connector + +The DataGen

[GitHub] [flink] ashmeet-kandhari commented on pull request #20991: [FLINK-25538][flink-connector-kafka] JUnit5 Migration

2022-10-15 Thread GitBox
ashmeet-kandhari commented on PR #20991: URL: https://github.com/apache/flink/pull/20991#issuecomment-1279718997 > Thanks for your contribution @ashmeet-kandhari As I mentioned in jira issue we could continue code related discussions here > > Could you please share more detail/link

[GitHub] [flink] zentol commented on pull request #20757: [FLINK-27919] Add FLIP-27-based source for data generation (FLIP-238)

2022-10-15 Thread GitBox
zentol commented on PR #20757: URL: https://github.com/apache/flink/pull/20757#issuecomment-1279718382 We're running into a bug in the Japicmp plugin; I'll try to resolve that upstream. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [flink] zentol commented on a diff in pull request #20757: [FLINK-27919] Add FLIP-27-based source for data generation (FLIP-238)

2022-10-15 Thread GitBox
zentol commented on code in PR #20757: URL: https://github.com/apache/flink/pull/20757#discussion_r996284438 ## flink-core/src/main/java/org/apache/flink/api/connector/source/lib/util/IteratorSourceReaderBase.java: ## @@ -0,0 +1,187 @@ +/* + * Licensed to the Apache Software

[jira] [Updated] (FLINK-29648) "LocalDateTime not supported" error when retrieving Java TypeInformation from PyFlink

2022-10-15 Thread Juntao Hu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juntao Hu updated FLINK-29648: -- Priority: Critical (was: Blocker) > "LocalDateTime not supported" error when retrieving Java

[jira] [Created] (FLINK-29648) "LocalDateTime not supported" error when retrieving Java TypeInformation from PyFlink

2022-10-15 Thread Juntao Hu (Jira)
Juntao Hu created FLINK-29648: - Summary: "LocalDateTime not supported" error when retrieving Java TypeInformation from PyFlink Key: FLINK-29648 URL: https://issues.apache.org/jira/browse/FLINK-29648

[jira] [Comment Edited] (FLINK-29608) 使用 pyflink1.17dev datastream 经过reduce 后 add_sink(FlinkKafkaProducer()) 有问题

2022-10-15 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17618034#comment-17618034 ] Dian Fu edited comment on FLINK-29608 at 10/15/22 7:37 AM: --- >From the

[jira] [Comment Edited] (FLINK-29608) 使用 pyflink1.17dev datastream 经过reduce 后 add_sink(FlinkKafkaProducer()) 有问题

2022-10-15 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17618034#comment-17618034 ] Dian Fu edited comment on FLINK-29608 at 10/15/22 7:35 AM: --- >From the

[jira] [Commented] (FLINK-29608) 使用 pyflink1.17dev datastream 经过reduce 后 add_sink(FlinkKafkaProducer()) 有问题

2022-10-15 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17618034#comment-17618034 ] Dian Fu commented on FLINK-29608: - >From the exception stack: ``` I don't > 使用 pyflink1.17dev