druid/extensions-contrib/druid-deltalake-extensions
Abhishek Radhakrishnan acadc2df20
Handle Delta StructType, ArrayType and MapType (#16884)
Handle the following Delta complex types:
a. StructType as JSON
b. ArrayType as Java list
c. MapType as Java map

Generate and add a new Delta table complex-types-table that contains the above complex types for testing.

Update the tests to include a parameterized test with complex-types-table, with the expectations defined in ComplexTypesDeltaTable.java.
2024-08-13 07:50:03 -07:00
..
src Handle Delta StructType, ArrayType and MapType (#16884) 2024-08-13 07:50:03 -07:00
pom.xml Add missing `delta-storage` dependency and class loader workaround to Delta table ingestion (#16648) 2024-06-25 09:16:13 -07:00