Hisoka-X commented on PR #9471: URL: https://github.com/apache/seatunnel/pull/9471#issuecomment-3004830340
> > Hi @prclin . Could you share your starrocks version? Does it not support `DECIMALV3`? I found this type is supported by new starrocks version. https://docs.starrocks.io/docs/sql-reference/data-types/numeric/DECIMAL/ > > my version is 3.3; > > yes it does support decimalv3,but all version of type definition is DECIMAL, what ever DECIMALV2, DECIMALV3, it all present by column type DECIMAL;which determine the version is the precision. it doesn`t need the explict version. So explicitly specifying decimalv3 should not result in an error, right? I'm curious as to why it results in an error. -- 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]
