druid/extensions-contrib/druid-deltalake-extensions
Abhishek Radhakrishnan a44006c998
Fix decimal type support for the delta input format. (#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.
2024-10-18 08:09:35 -07:00
..
src Fix decimal type support for the delta input format. (#17376) 2024-10-18 08:09:35 -07:00
pom.xml Update Delta Kernel to 3.2.1 (#17179) 2024-09-30 07:22:49 -07:00