-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
add @Override in EnrichPlugin extend method #76873
Merged
martijnvg
merged 2 commits into
elastic:master
from
weizijun:fix-EnrichPlugh-miss-Override
Oct 11, 2021
Merged
add @Override in EnrichPlugin extend method #76873
martijnvg
merged 2 commits into
elastic:master
from
weizijun:fix-EnrichPlugh-miss-Override
Oct 11, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
💚 CLA has been signed |
elasticsearchmachine
added
v8.0.0
external-contributor
Pull request authored by a developer outside the Elasticsearch team
labels
Aug 24, 2021
weizijun
force-pushed
the
fix-EnrichPlugh-miss-Override
branch
from
August 24, 2021 12:18
7d9fc0e
to
3fb2019
Compare
jtibshirani
added
the
:Data Management/Ingest Node
Execution or management of Ingest Pipelines including GeoIP
label
Oct 6, 2021
Pinging @elastic/es-data-management (Team:Data Management) |
Thanks @weizijun, this looks good! I will merge it soon. |
@elasticmachine test this please |
martijnvg
approved these changes
Oct 7, 2021
@elasticmachine update branch |
@elasticmachine test this please |
@elasticmachine ok to test |
martijnvg
pushed a commit
that referenced
this pull request
Oct 11, 2021
weizijun
added a commit
to weizijun/elasticsearch
that referenced
this pull request
Oct 11, 2021
* upstream/master: (250 commits) [Transform] HLRC cleanups (elastic#78909) [ML] Make ML indices hidden when the node becomes master (elastic#77416) Introduce a Few Settings Singleton Instances (elastic#78897) Simplify TestCluster extraJar configuration (elastic#78837) Add @OverRide annotations to methods in EnrichPlugin class (elastic#76873) Add v7 restCompat for invalidating API key with the id field (elastic#78664) EQL: Refine repeatable queries (elastic#78895) Fix DataTierTests package and add a validation test (elastic#78880) Fix split package org.elasticsearch.common.xcontent (elastic#78831) Store DataTier Preference directly on IndexMetadata (elastic#78668) [DOCS] Fixes typo in calendar API example (elastic#78867) Improve Node Shutdown Observability (elastic#78727) Convert encrypted snapshot license object to LicensedFeature (elastic#78731) Revert "Make nodePaths() singular (elastic#72514)" (elastic#78801) Fix incorrect generic type in PolicyStepsRegistry (elastic#78628) [DOCS] Fixes ML get calendars API (elastic#78808) Implement GET API for System Feature Upgrades (elastic#78642) [TEST] More MetadataStateFormat tests (elastic#78577) Add support for rest compatibility headers to the HLRC (elastic#78490) Un-ignoring tests after backporting fix (elastic#78830) ... # Conflicts: # server/src/main/java/org/elasticsearch/ingest/IngestService.java # server/src/test/java/org/elasticsearch/ingest/IngestServiceTests.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Data Management/Ingest Node
Execution or management of Ingest Pipelines including GeoIP
external-contributor
Pull request authored by a developer outside the Elasticsearch team
>non-issue
Team:Data Management
Meta label for data/management team
v7.16.0
v8.0.0-beta1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Same as title.
add @OverRide in EnrichPlugin extend method.