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

[DRAFT] Array Support POC #282

Draft
wants to merge 5 commits into
base: integ-array-support-poc
Choose a base branch
from

Base array functionality working with IT tests.

41d7bf5
Select commit
Loading
Failed to load commit list.
Draft

[DRAFT] Array Support POC #282

Base array functionality working with IT tests.
41d7bf5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 13, 2023 in 1s

49.36% of diff hit (target 99.98%)

View this Pull Request on Codecov

49.36% of diff hit (target 99.98%)

Annotations

Check warning on line 385 in core/src/main/java/org/opensearch/sql/analysis/ExpressionAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/opensearch/sql/analysis/ExpressionAnalyzer.java#L385

Added line #L385 was not covered by tests

Check warning on line 387 in core/src/main/java/org/opensearch/sql/analysis/ExpressionAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/opensearch/sql/analysis/ExpressionAnalyzer.java#L387

Added line #L387 was not covered by tests

Check warning on line 389 in core/src/main/java/org/opensearch/sql/analysis/ExpressionAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/opensearch/sql/analysis/ExpressionAnalyzer.java#L389

Added line #L389 was not covered by tests

Check warning on line 392 in core/src/main/java/org/opensearch/sql/analysis/ExpressionAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/opensearch/sql/analysis/ExpressionAnalyzer.java#L392

Added line #L392 was not covered by tests

Check warning on line 454 in core/src/main/java/org/opensearch/sql/analysis/ExpressionAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/opensearch/sql/analysis/ExpressionAnalyzer.java#L454

Added line #L454 was not covered by tests

Check warning on line 464 in core/src/main/java/org/opensearch/sql/analysis/ExpressionAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/opensearch/sql/analysis/ExpressionAnalyzer.java#L464

Added line #L464 was not covered by tests

Check warning on line 466 in core/src/main/java/org/opensearch/sql/analysis/ExpressionAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/opensearch/sql/analysis/ExpressionAnalyzer.java#L466

Added line #L466 was not covered by tests

Check warning on line 470 in core/src/main/java/org/opensearch/sql/analysis/ExpressionAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/opensearch/sql/analysis/ExpressionAnalyzer.java#L468-L470

Added lines #L468 - L470 were not covered by tests

Check warning on line 60 in core/src/main/java/org/opensearch/sql/analysis/QualifierAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/opensearch/sql/analysis/QualifierAnalyzer.java#L60

Added line #L60 was not covered by tests

Check warning on line 63 in core/src/main/java/org/opensearch/sql/analysis/QualifierAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/opensearch/sql/analysis/QualifierAnalyzer.java#L63

Added line #L63 was not covered by tests

Check warning on line 66 in core/src/main/java/org/opensearch/sql/analysis/QualifierAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/opensearch/sql/analysis/QualifierAnalyzer.java#L65-L66

Added lines #L65 - L66 were not covered by tests

Check warning on line 68 in core/src/main/java/org/opensearch/sql/analysis/QualifierAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/opensearch/sql/analysis/QualifierAnalyzer.java#L68

Added line #L68 was not covered by tests

Check warning on line 39 in core/src/main/java/org/opensearch/sql/expression/ArrayReferenceExpression.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/opensearch/sql/expression/ArrayReferenceExpression.java#L36-L39

Added lines #L36 - L39 were not covered by tests

Check warning on line 50 in core/src/main/java/org/opensearch/sql/expression/ArrayReferenceExpression.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/opensearch/sql/expression/ArrayReferenceExpression.java#L50

Added line #L50 was not covered by tests

Check warning on line 60 in core/src/main/java/org/opensearch/sql/expression/ArrayReferenceExpression.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/opensearch/sql/expression/ArrayReferenceExpression.java#L60

Added line #L60 was not covered by tests

Check warning on line 77 in core/src/main/java/org/opensearch/sql/expression/ArrayReferenceExpression.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/opensearch/sql/expression/ArrayReferenceExpression.java#L74-L77

Added lines #L74 - L77 were not covered by tests

Check warning on line 79 in core/src/main/java/org/opensearch/sql/expression/ArrayReferenceExpression.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/opensearch/sql/expression/ArrayReferenceExpression.java#L79

Added line #L79 was not covered by tests

Check warning on line 82 in core/src/main/java/org/opensearch/sql/expression/ArrayReferenceExpression.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/opensearch/sql/expression/ArrayReferenceExpression.java#L82

Added line #L82 was not covered by tests

Check warning on line 91 in core/src/main/java/org/opensearch/sql/expression/ArrayReferenceExpression.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/opensearch/sql/expression/ArrayReferenceExpression.java#L91

Added line #L91 was not covered by tests

Check warning on line 68 in core/src/main/java/org/opensearch/sql/expression/ExpressionNodeVisitor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/opensearch/sql/expression/ExpressionNodeVisitor.java#L68

Added line #L68 was not covered by tests