Re: [PR] Fix mysql tinyint(1) to doris boolean [doris-flink-connector]

2025-02-19 Thread via GitHub
deng-jeffer closed pull request #559: Fix mysql tinyint(1) to doris boolean URL: https://github.com/apache/doris-flink-connector/pull/559 -- 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

Re: [PR] Fix mysql tinyint(1) to doris boolean [doris-flink-connector]

2025-02-19 Thread via GitHub
deng-jeffer commented on PR #559: URL: https://github.com/apache/doris-flink-connector/pull/559#issuecomment-2670386172 > When you set jdbc.properties.tinyInt1isBit=false, the JDBC_URL will have tinyInt1isBit=false appended to it. Oh, it is already supported. But I think it would be

Re: [PR] Fix mysql tinyint(1) to doris boolean [doris-flink-connector]

2025-02-18 Thread via GitHub
vinlee19 commented on PR #559: URL: https://github.com/apache/doris-flink-connector/pull/559#issuecomment-2665010270 When you set jdbc.properties.tinyInt1isBit=false, the JDBC_URL will have tinyInt1isBit=false appended to it. -- This is an automated message from the Apache Git Service. T

Re: [PR] Fix mysql tinyint(1) to doris boolean [doris-flink-connector]

2025-02-17 Thread via GitHub
deng-jeffer commented on PR #559: URL: https://github.com/apache/doris-flink-connector/pull/559#issuecomment-2662544489 > You can try to configure `--mysql-conf jdbc.properties.tinyInt1isBit=false` this config only for MySqlSource ,it does not work when the doris table is automatical

Re: [PR] Fix mysql tinyint(1) to doris boolean [doris-flink-connector]

2025-02-17 Thread via GitHub
JNSimba commented on PR #559: URL: https://github.com/apache/doris-flink-connector/pull/559#issuecomment-2662343655 --mysql-conf jdbc.properties.tinyInt1isBit=false -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[PR] Fix mysql tinyint(1) to doris boolean [doris-flink-connector]

2025-02-16 Thread via GitHub
deng-jeffer opened a new pull request, #559: URL: https://github.com/apache/doris-flink-connector/pull/559 # Proposed changes Issue Number: close #558 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original