abhishekrb19 opened a new pull request, #17376: URL: https://github.com/apache/druid/pull/17376
The Delta Decimal type wasn't handled correctly in the Druid Delta connector, resulting in the error: `Unsupported fieldType[Decimal(4, 2)] for fieldName[price]`. There were no tests or existing tables with the Decimal type, so I've updated the existing table, `complex-types-table` to include this data type. Note that the Decimal type can only be handled as a double at most in Druid. For a big decimal that cannot fit inside a double, it should be ingested as a string. #### Release note Fix handling of columns with Decimal data type in the `delta` input source. - [x] been self-reviewed. - [x] a release note entry in the PR description. - [x] added unit tests or modified existing tests to cover new code paths, ensuring the threshold for [code coverage](https://github.com/apache/druid/blob/master/dev/code-review/code-coverage.md) is met. - [x] been tested in a test Druid cluster. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
