bwcxyk commented on issue #8325: URL: https://github.com/apache/seatunnel/issues/8325#issuecomment-2550806808
Data Type issues, INT converted to DECIMAL. ```sql CREATE TABLE test ( ID number(8), NAME varchar(32), QUANTITY number(8), PRIMARY KEY (id) ); ``` Is ok -- 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]
