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

Temporarily support 4+ parts table identifier #913

Closed LantaoJin closed 1 week ago

LantaoJin commented 1 week ago

Description

Support CloudWatch table pattern `_CWLBasic`.`default`.`startTime:123endTime:123`.`logGroup` temporarily.

The correct solution should be change `_CWLBasic`.`default`.`startTime:123endTime:123`.`logGroup` to `_CWLBasic`.`default`.`startTime:123endTime:123.logGroup` from user side.

Related Issues

Resolves https://github.com/opensearch-project/opensearch-spark/issues/912

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.

LantaoJin commented 1 week ago

As discussed offline with cx. This temporary patching is only for 0.6 and 0.7. And should be removed in 0.8 in future.