Examine IgniteClient.java line 253 which claims support for decimal with negative scale. Review referenced issues #28388 and PR #28414 for context on the expected behavior and any known issues. Look at existing tests in the Trino Ignite plugin to follow patterns for writing a new test case that exercises negative scale decimal handling. Implement the test and verify it passes.