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

OpenSearch Header Licence #1893

Open
13 tasks
MitchellGale opened this issue Jul 21, 2023 · 0 comments
Open
13 tasks

OpenSearch Header Licence #1893

MitchellGale opened this issue Jul 21, 2023 · 0 comments
Labels
infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc.

Comments

@MitchellGale
Copy link
Contributor

MitchellGale commented Jul 21, 2023

What is the bug?
Some OpenSearch java files have different licence formats.

What is the expected behaviour?
Files should have

/*
 * Copyright OpenSearch Contributors
 * SPDX-License-Identifier: Apache-2.0
 */

for license header

Files impacted

  • core/src/main/java/org/opensearch/sql/expression/aggregation/StdDevAggregator.java
  • core/src/main/java/org/opensearch/sql/expression/aggregation/VarianceAggregator.java
  • core/src/test/java/org/opensearch/sql/expression/aggregation/StdDevAggregatorTest.java
  • opensearch/src/main/java/org/opensearch/sql/opensearch/response/agg/CompositeAggregationParser.java
  • opensearch/src/main/java/org/opensearch/sql/opensearch/response/agg/FilterParser.java
  • opensearch/src/main/java/org/opensearch/sql/opensearch/response/agg/MetricParser.java
  • opensearch/src/main/java/org/opensearch/sql/opensearch/response/agg/MetricParserHelper.java
  • opensearch/src/main/java/org/opensearch/sql/opensearch/response/agg/NoBucketAggregationParser.java
  • opensearch/src/main/java/org/opensearch/sql/opensearch/response/agg/OpenSearchAggregationResponseParser.java
  • opensearch/src/main/java/org/opensearch/sql/opensearch/response/agg/SingleValueParser.java
  • opensearch/src/main/java/org/opensearch/sql/opensearch/response/agg/StatsParser.java
  • opensearch/src/main/java/org/opensearch/sql/opensearch/response/agg/Utils.java
  • DEVELOPER_GUIDE.rst

Each should be investigated and fixed if possible.

@MitchellGale MitchellGale added bug Something isn't working untriaged labels Jul 21, 2023
@Yury-Fridlyand Yury-Fridlyand added maintenance Improves code quality, but not the product and removed untriaged bug Something isn't working labels Jul 21, 2023
@acarbonetto acarbonetto added infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc. and removed maintenance Improves code quality, but not the product labels Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc.
Projects
None yet
Development

No branches or pull requests

3 participants