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

AD timefield name issue #919

Merged
merged 4 commits into from
Oct 27, 2022
Merged

AD timefield name issue #919

merged 4 commits into from
Oct 27, 2022

Conversation

jngz-es
Copy link
Contributor

@jngz-es jngz-es commented Oct 16, 2022

Description

opensearch-project/ml-commons#467

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@jngz-es jngz-es requested a review from a team as a code owner October 16, 2022 17:26
@codecov-commenter
Copy link

codecov-commenter commented Oct 16, 2022

Codecov Report

Merging #919 (a8bf257) into 2.x (b30d156) will decrease coverage by 2.80%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                2.x     #919      +/-   ##
============================================
- Coverage     97.90%   95.10%   -2.81%     
  Complexity     3072     3072              
============================================
  Files           293      303      +10     
  Lines          7588     8247     +659     
  Branches        490      609     +119     
============================================
+ Hits           7429     7843     +414     
- Misses          158      350     +192     
- Partials          1       54      +53     
Flag Coverage Δ
query-workbench 62.76% <ø> (?)
sql-engine 97.90% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ain/java/org/opensearch/sql/analysis/Analyzer.java 100.00% <100.00%> (ø)
...ch/public/components/QueryResults/QueryResults.tsx 61.60% <0.00%> (ø)
workbench/public/components/PPLPage/PPLPage.tsx 56.52% <0.00%> (ø)
workbench/public/components/Header/Header.tsx 100.00% <0.00%> (ø)
workbench/public/application.tsx 0.00% <0.00%> (ø)
workbench/public/utils/PanelWrapper.tsx 100.00% <0.00%> (ø)
...h/public/components/QueryLanguageSwitch/Switch.tsx 85.71% <0.00%> (ø)
workbench/public/components/SQLPage/SQLPage.tsx 100.00% <0.00%> (ø)
workbench/public/components/app.tsx 0.00% <0.00%> (ø)
...ublic/components/QueryResults/QueryResultsBody.tsx 68.32% <0.00%> (ø)
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dai-chen
Copy link
Collaborator

Could you add UT for the changes?

@dai-chen dai-chen added the bug Something isn't working label Oct 17, 2022
joshuali925
joshuali925 previously approved these changes Oct 19, 2022
@joshuali925
Copy link
Member

any tests on AD?

@jngz-es
Copy link
Contributor Author

jngz-es commented Oct 20, 2022

Looks like the existing UT doesn't cover the full project logic, I will rewrite it.

@dai-chen dai-chen added the ml Issues related to integration with ML commons and plugin label Oct 20, 2022
Signed-off-by: Jing Zhang <jngz@amazon.com>
penghuo
penghuo previously approved these changes Oct 25, 2022
Copy link
Collaborator

@penghuo penghuo left a comment

Choose a reason for hiding this comment

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

LGTM

@penghuo penghuo added the v2.4.0 'Issues and PRs related to version v2.4.0' label Oct 25, 2022
MaxKsyunz
MaxKsyunz previously approved these changes Oct 26, 2022
Copy link
Collaborator

@MaxKsyunz MaxKsyunz left a comment

Choose a reason for hiding this comment

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

LGTM as well but the branch now conflicts with 2.x.

@jngz-es jngz-es dismissed stale reviews from MaxKsyunz and penghuo via 410d296 October 26, 2022 23:11
@jngz-es jngz-es requested review from penghuo, joshuali925 and MaxKsyunz and removed request for joshuali925, penghuo and MaxKsyunz October 26, 2022 23:50
@jngz-es jngz-es requested review from MaxKsyunz and penghuo and removed request for penghuo and MaxKsyunz October 26, 2022 23:50
Copy link
Member

@joshuali925 joshuali925 left a comment

Choose a reason for hiding this comment

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

thanks!

@penghuo penghuo merged commit eb08f57 into opensearch-project:2.x Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ml Issues related to integration with ML commons and plugin v2.4.0 'Issues and PRs related to version v2.4.0'
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants