druid/extensions-contrib/druid-deltalake-extensions/src
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
..
main Handle Delta StructType, ArrayType and MapType (#16884) 2024-08-13 07:50:03 -07:00
test Handle Delta StructType, ArrayType and MapType (#16884) 2024-08-13 07:50:03 -07:00