chenweihua commented on issue #10198: URL: https://github.com/apache/seatunnel/issues/10198#issuecomment-3668593930
通过batch模式测试发现 sql: select * from tb_sation 生成文件结果:内容 126.5555^A44.916103 sql: SELECT `Id` , round(CAST(Longitude AS DECIMAL(20,10)),6) as Longitude, round(CAST(Latitude AS DECIMAL(20,10)),6) as `Latitude` FROM tb_station 生成文件结果:内容126.555496,44.916103 CDC更新读binlog,生成结果:126.5555 44.916103 -- 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]
