zhangxx0123 commented on issue #7010:
URL: https://github.com/apache/seatunnel/issues/7010#issuecomment-2177315413
> 你能提供mysql表构造子句和一些测试数据,以便我们重现问题吗?
CREATE TABLE `zxxxe` (
`Column1` int NOT NULL,
`Column2` decimal(20,12) DEFAULT NULL,
PRIMARY KEY (`Column1`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
INSERT INTO dm.zxxxe (Column1,Column2) VALUES
(1,0.000000000000);
--
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]