-
Notifications
You must be signed in to change notification settings - Fork 0
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 - Add support for highlight in PPL #107
Commits on Aug 17, 2022
-
Bump Checkstyle version to latest (opensearch-project#767)
* Bump checkstyle version and fix violations Signed-off-by: Chen Dai <daichen@amazon.com> * Fix checkstyle violations in test code Signed-off-by: Chen Dai <daichen@amazon.com> Signed-off-by: Chen Dai <daichen@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 8103d9f - Browse repository at this point
Copy the full SHA 8103d9fView commit details
Commits on Aug 23, 2022
-
Support highlight in Analyzer.
Signed-off-by: MaxKsyunz <maxk@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for f88f0f5 - Browse repository at this point
Copy the full SHA f88f0f5View commit details -
Add support for highlight in Analyzer
HighlightFunction is converted to LogicalHighlight logical plan. Signed-off-by: MaxKsyunz <maxk@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 4f5766a - Browse repository at this point
Copy the full SHA 4f5766aView commit details -
Partial support for highlight in physical plan.
Signed-off-by: MaxKsyunz <maxk@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 8ccad68 - Browse repository at this point
Copy the full SHA 8ccad68View commit details -
Signed-off-by: MaxKsyunz <maxk@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 2121bfb - Browse repository at this point
Copy the full SHA 2121bfbView commit details -
Signed-off-by: MaxKsyunz <maxk@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for bcbb637 - Browse repository at this point
Copy the full SHA bcbb637View commit details -
Initial implementation to upporting highlight('*')
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 62926fb - Browse repository at this point
Copy the full SHA 62926fbView commit details -
Add support for multiple highlight calls in select statement.
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 8d519ba - Browse repository at this point
Copy the full SHA 8d519baView commit details -
Removed OpenSearchLogicalIndexScan highlightFields and dependencies. …
…Improved test coverage and fixing checkstyle errors. Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for efe0f39 - Browse repository at this point
Copy the full SHA efe0f39View commit details -
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 182b022 - Browse repository at this point
Copy the full SHA 182b022View commit details -
Added javadocs, minor PR revisions, and fixed jacoco errors by improv…
…ing coverage for OpenSearchIndexScan Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 82a2486 - Browse repository at this point
Copy the full SHA 82a2486View commit details -
Code cleanup, adding parsing failure tests, and adding tests for high…
…light acceptance as a string literal as well as qualified name. Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 57eb91b - Browse repository at this point
Copy the full SHA 57eb91bView commit details -
Removing HighlightOperator functionality and unnecessary visitHighlig…
…ht call in PhysicalPlanNodeVisitor.. Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 0cea4bb - Browse repository at this point
Copy the full SHA 0cea4bbView commit details -
Initial commit. Resolving highlight as HighlightExpression with new p…
…roject. Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 900be57 - Browse repository at this point
Copy the full SHA 900be57View commit details -
Initial successful naive implementation.
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for b1f03aa - Browse repository at this point
Copy the full SHA b1f03aaView commit details -
Adding integration tests and updating function names.
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 3a03e99 - Browse repository at this point
Copy the full SHA 3a03e99View commit details -
Add support highlight fields as no quotes, single quotes, and double …
…quotes. Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for aafeb5f - Browse repository at this point
Copy the full SHA aafeb5fView commit details -
Remove not needed visitHighlight function.
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 10ceafc - Browse repository at this point
Copy the full SHA 10ceafcView commit details -
Re-organize PPL parser grammar.
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 0636ddb - Browse repository at this point
Copy the full SHA 0636ddbView commit details -
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 7aa9c22 - Browse repository at this point
Copy the full SHA 7aa9c22View commit details -
Formatting fixes for unnecessary changes with main branch.
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for e74cfc5 - Browse repository at this point
Copy the full SHA e74cfc5View commit details -
Fixing AST tests for highlight.
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 397d422 - Browse repository at this point
Copy the full SHA 397d422View commit details -
Fix failing checkstyle errors.
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 8b0415d - Browse repository at this point
Copy the full SHA 8b0415dView commit details -
Add tests for HighlightOperator, PhysicalPlanNodeVisitor, and OpenSea…
…rchExecutionrotector. Refine HighlightOperator logic. Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for fe56e40 - Browse repository at this point
Copy the full SHA fe56e40View commit details -
Added LogicalHighlightTest and removed check for instance of Highligh…
…tFunction in Analyzer as this case should not be reachable. Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 50139f2 - Browse repository at this point
Copy the full SHA 50139f2View commit details -
Improving HighlightOperator test coverage and removing not used annot…
…ations from HighlightOperator. Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 2d175f8 - Browse repository at this point
Copy the full SHA 2d175f8View commit details -
Fixed failing integration tests for highlight in PPL.
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 89273eb - Browse repository at this point
Copy the full SHA 89273ebView commit details -
Added EqualsAndHash annotation due to testing dependency.
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for c656026 - Browse repository at this point
Copy the full SHA c656026View commit details -
Adding documentation for highlight in ppl.
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 9d554d0 - Browse repository at this point
Copy the full SHA 9d554d0View commit details