Skip to content
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

Removing extra protobuf notice file #10114

Merged
merged 2 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public void testTypeParser_parse_fromCorrelationParamsContext_InvalidVectorSimil

/**
* test parseCreateField in CorrelationVectorFieldMapper
* @throws IOException
* @throws IOException ioexception
owaiskazi19 marked this conversation as resolved.
Show resolved Hide resolved
*/
public void testCorrelationVectorFieldMapper_parseCreateField() throws IOException {
String fieldName = "test-field-name";
Expand Down
Empty file removed protobuf-java-NOTICE.txt
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public void testIndexing() throws Exception {
* This test verifies that during rolling upgrades the segment replication does not break when replica shards can
* be running on older codec versions.
*
* @throws Exception
* @throws Exception exception
*/
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/7679")
public void testIndexingWithSegRep() throws Exception {
Expand Down