opensearch-project / sql

Query your data using familiar SQL or intuitive Piped Processing Language (PPL)
https://opensearch.org/docs/latest/search-plugins/sql/index/
Apache License 2.0
119 stars 139 forks source link

[Maintenance] Deprecate usage of META_FIELDS_BEFORE_7DOT8 #2702

Open ykmr1224 opened 5 months ago

ykmr1224 commented 5 months ago

MapperService.META_FIELDS_BEFORE_7DOT8 is marked as deprecated and will be deleted. We need to migrate to MapperService.isMetadataField to continue distinguishing metadata fields.

MapperService.META_FIELDS_BEFORE_7DOT8 is used in legacy engine to distinguish metadata fields and document fields. Current usage refer the constants, but the constant is no longer correct since there could be more metadata fields used by other plugins.

dblock commented 4 months ago

Catch All Triage - 1 2 3 4 5 6