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
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
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
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
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
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