geniusjun opened a new pull request, #8679: URL: https://github.com/apache/gravitino/pull/8679
## Summary - Added support for parsing `decimal(p)` as `precision=p, scale=0` - Preserved existing behavior for `decimal(p,s)` - Updated regex in ParseType to allow spaces after type name - Added unit tests for `decimal(10)`, case-insensitivity, and invalid inputs ## Verification - All unit tests in TestParseType passed locally This is my first contribution to Gravitino. Feedback and suggestions are very welcome. Thank you! -- 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]
