You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating this issue to list down pending _type usages from code bsae. Quick search on _type reveals below pending issues. More discussion here #2979 (comment)
BulkRequestParser.java has elseif check on _type field. This check should be removed as _type should be addressed as any other random word in request body; which is already handled here. See this added previously and referred in BulkRequestParserTests inside testTypesStillParsedForBulkMonitoring. [Type removal] Remove type from BulkRequestParser #3423
Can we remove type validation from MapperService & clean up tests. In 2.0 no type field is accepted and older indices would have already been validated.
Identified other references which can be removed without any issue.
Creating this issue to list down pending
_type
usages from code bsae. Quick search on _type reveals below pending issues. More discussion here #2979 (comment)_type
should be addressed as any other random word in request body; which is already handled here. See this added previously and referred in BulkRequestParserTests insidetestTypesStillParsedForBulkMonitoring
. [Type removal] Remove type from BulkRequestParser #3423Identified other references which can be removed without any issue.
_ingest/pipeline/_simulate
API across multiple places. Verified that_type
is ignored by engine. Reference in a. IngestRequestConverterTests.java b. IngestClientIT.java in testSimulatePipeline c. grok_120.yml yaml tests [Type removal] Remove redundant _type in pipeline simulate action #3371type
in bulk action. [Type removal] Remove _type from _bulk yaml test, scripts, unused constants #3372_type
field. Probably ignored on engine side and thus can be removed [Type removal] Remove _type from _bulk yaml test, scripts, unused constants #3372_type
defined in Fields class. It is not referenced and can be removed. [Type removal] Remove _type from _bulk yaml test, scripts, unused constants #3372modules/reindex/src/test/resources/responses/*.json
[Type removal] _type removal from mocked responses of scroll hit tests #3377ClientYamlTestSuitesTests, DoSectionTests, OpenSearchClientYamlSuiteTestCaseTests
have hard-coded request body. [Type removal] _type removal from tests of yaml tests #3406The text was updated successfully, but these errors were encountered: