-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Backport 2.x] Remove deprecated constant META_FIELDS_BEFORE_7DOT8 (#13860) #13873
Conversation
…ct#13860) * Add _primary_term to builtInMetadataMappers Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add to CHANGELOG Signed-off-by: Craig Perkins <cwperx@amazon.com> * Remove deprecated constant META_FIELDS_BEFORE_7DOT8 Signed-off-by: Craig Perkins <cwperx@amazon.com> * Update CHANGELOG Signed-off-by: Craig Perkins <cwperx@amazon.com> --------- Signed-off-by: Craig Perkins <cwperx@amazon.com> (cherry picked from commit 9832972)
❌ Gradle check result for 745ce28: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
I will fix that in #13584 , thanks for noticing |
@cwperks seems like 2.x is still using this property |
❌ Gradle check result for 745ce28: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
I see, it was removed from main in db418fb#diff-1512f075b54901bdac674bdae377e3c0ea1d9f984b8f3a832663e1a8e9b7d77b. I will close this backport and target this change only on main. I'll open a separate PR to move the CHANGELOG entry from the 2.x CHANGELOG -> CHANGELOG 3.0. |
Sorry about that, thank you |
Backport #13860 to 2.x