[GitHub] [flink] fsk119 commented on pull request #19741: [FLINK-27794][connector/jdbc] The primary key obtained from MySQL is incorrect by using MysqlCatalog

2022-06-07 Thread GitBox
fsk119 commented on PR #19741: URL: https://github.com/apache/flink/pull/19741#issuecomment-1148291175 Please use rebase and push your code forcibly. In the community, git merge is not suggested. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [flink] fsk119 commented on pull request #19741: [FLINK-27794][connector/jdbc] The primary key obtained from MySQL is incorrect by using MysqlCatalog

2022-06-07 Thread GitBox
fsk119 commented on PR #19741: URL: https://github.com/apache/flink/pull/19741#issuecomment-1148289530 Yes. Just modify as you wish. -- 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

[GitHub] [flink] fsk119 commented on pull request #19741: [FLINK-27794][connector/jdbc] The primary key obtained from MySQL is incorrect by using MysqlCatalog

2022-06-06 Thread GitBox
fsk119 commented on PR #19741: URL: https://github.com/apache/flink/pull/19741#issuecomment-1147441150 I push my thoughts to the https://github.com/fsk119/flink/pull/new/mysql-catalog Could you modify the PR as I do and add more tests? -- This is an automated message from the

[GitHub] [flink] fsk119 commented on pull request #19741: [FLINK-27794][connector/jdbc] The primary key obtained from MySQL is incorrect by using MysqlCatalog

2022-06-01 Thread GitBox
fsk119 commented on PR #19741: URL: https://github.com/apache/flink/pull/19741#issuecomment-1144402454 Hi, all. After digging in, I find the SQL ``` SELECT TABLE_SCHEMA AS TABLE_CAT, NULL AS TABLE_SCHEM, TABLE_NAME, COLUMN_NAME, SEQ_IN_INDEX AS KEY_SEQ, 'PRIMARY' AS PK_NAME FROM

[GitHub] [flink] fsk119 commented on pull request #19741: [FLINK-27794][connector/jdbc] The primary key obtained from MySQL is incorrect by using MysqlCatalog

2022-05-31 Thread GitBox
fsk119 commented on PR #19741: URL: https://github.com/apache/flink/pull/19741#issuecomment-1143083598 Hi, guys. I push to my repo about how to reproduce the problem[1]. @dusukang I think you can add a similar test. [1]

[GitHub] [flink] fsk119 commented on pull request #19741: [FLINK-27794][connector/jdbc] The primary key obtained from MySQL is incorrect by using MysqlCatalog

2022-05-30 Thread GitBox
fsk119 commented on PR #19741: URL: https://github.com/apache/flink/pull/19741#issuecomment-1141602620 Hi. Thanks for your update. I produce the problem in my local environment after I using the MySql 8.0.16. Let me summarize the problem here: in the MySql 5.7, JDBC uses the scheam as the

[GitHub] [flink] fsk119 commented on pull request #19741: [FLINK-27794][connector/jdbc] The primary key obtained from MySQL is incorrect by using MysqlCatalog

2022-05-30 Thread GitBox
fsk119 commented on PR #19741: URL: https://github.com/apache/flink/pull/19741#issuecomment-1140838911 I don't reproduce the problem in the issue. Could you also tell us which MySql version you use and the mysql driver version? -- This is an automated message from the Apache Git