zhbdesign commented on issue #330: URL: https://github.com/apache/doris-flink-connector/issues/330#issuecomment-1982241733
mysql是bit,对应flink的是BINARY(⌈(n + 7) / 8⌉),可以用flink的DECODE(binary, string)函数试试 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
