opensearch-project / opensearch-spark

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

Pre-validate duplicate columns in materialized view query #359

Closed dai-chen closed 3 months ago

dai-chen commented 4 months ago

Description

Added pre-validation for duplicate check for output columns in materialized view query. The pre-validation validateIndex() API was introduced in PR https://github.com/opensearch-project/opensearch-spark/pull/297.

Issues Resolved

https://github.com/opensearch-project/opensearch-spark/issues/357

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.