opensearch-project / opensearch-spark

Spark Accelerator framework ; It enables secondary indices to remote data stores.
Apache License 2.0
22 stars 33 forks source link

Add support for serializing MapType #929

Closed engechas closed 1 day ago

engechas commented 3 days ago

Description

Adds MapType to FlintDataType's serialization logic. Maps are typed as OpenSearch objects and the map entries are allowed to auto map

Related Issues

908

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.