Skip to content

Java issues batch 4 #2549

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

Merged
merged 6 commits into from
May 8, 2024
Merged

Java issues batch 4 #2549

merged 6 commits into from
May 8, 2024

Conversation

l-trotta
Copy link
Contributor

@l-trotta l-trotta commented May 8, 2024

Fixes provided in this PR:

  • commenting cause from PutComponentTemplateRequest, it's an internal parameter and should not be exposed
  • 472: seq_no should be optional too, like primary_term
  • 610: RemoveProcessor is missing keep field. docs + server code
  • 629: AdjacencyMatrixAggregation is missing the separator field. docs + server code
  • 632: DenseVectorProperty missing element_type. docs + server code

Copy link
Member

@flobernd flobernd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Just a minor comment.

Copy link
Contributor

github-actions bot commented May 8, 2024

Following you can find the validation results for the APIs you have changed.

API Status Request Response
cluster.put_component_template 🔴 20/25 24/25
ingest.delete_pipeline 🔴 10/11 10/11
ingest.geo_ip_stats Missing test Missing test
ingest.get_pipeline 🔴 21/22 20/22
ingest.processor_grok 🔴 0/1 0/1
ingest.put_pipeline 🔴 35/45 44/45
ingest.simulate 🔴 1/5 3/5

You can validate these APIs yourself by using the make validate target.

@l-trotta l-trotta merged commit 53edb78 into main May 8, 2024
6 checks passed
@l-trotta l-trotta deleted the java-issues-batch-4 branch May 8, 2024 10:09
github-actions bot pushed a commit that referenced this pull request May 8, 2024
* removed internal parameter `cause`

* seq_no in base response optional

* add optional `keep` field to removeProcessor (610)

* added optional separator field to adjacencyMatrix (629)

* added element_type to dense vector field (632)

* definitely removed `cause`

(cherry picked from commit 53edb78)
l-trotta added a commit that referenced this pull request May 8, 2024
* removed internal parameter `cause`

* seq_no in base response optional

* add optional `keep` field to removeProcessor (610)

* added optional separator field to adjacencyMatrix (629)

* added element_type to dense vector field (632)

* definitely removed `cause`

(cherry picked from commit 53edb78)

Co-authored-by: Laura Trotta <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants