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

Added limitations and issues table to connector markdown file #22

Merged
6 commits merged into from
Jan 8, 2022

Conversation

ghost
Copy link

@ghost ghost commented Dec 23, 2021

Signed-off-by: Guian Gumpac [email protected]

Description

Added limitations and issues table to connector markdown file for users' and developers' knowledge.

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.

Signed-off-by: Guian Gumpac <[email protected]>
@ghost ghost requested a review from Yury-Fridlyand December 28, 2021 17:28
@codecov
Copy link

codecov bot commented Dec 28, 2021

Codecov Report

Merging #22 (b32f22b) into powerbi-main (21997d1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##             powerbi-main      #22   +/-   ##
===============================================
  Coverage           99.90%   99.90%           
  Complexity           2691     2691           
===============================================
  Files                 256      256           
  Lines                6533     6533           
  Branches              422      422           
===============================================
  Hits                 6527     6527           
  Misses                  5        5           
  Partials                1        1           
Flag Coverage Δ
sql-engine 99.90% <ø> (ø)

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


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 21997d1...b32f22b. Read the comment docs.

Guian Gumpac added 2 commits January 5, 2022 10:23

There are known limitations and issues that are tracked by OpenSearch including the items listed below.

| Issue | Description |

Choose a reason for hiding this comment

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

Issues should link to existing GitHub tickets.

Copy link
Author

Choose a reason for hiding this comment

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

Updated in e89be25

| Issue | Description |
| ---- | ----------- |
| Visualizations without numerical columns | Visualizations will only work if there is a numerical column included due to a known limitation in OpenSearch regarding subqueries. An exception to this would be visualizations with columns only of type string works as well. Can be tracked with this [bug](https://github.com/opensearch-project/sql/issues/347) |
| Visualizations with First or Last options selected do not work | <img src="img/pbi_issue_first_last.png" width="200"> |

Choose a reason for hiding this comment

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

These don't render correctly. But it may just be a github pr issue. Thought I would suggest we avoid pngs here as many developers would likely prefer text only.

Copy link
Author

Choose a reason for hiding this comment

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

Updated in e89be25

@@ -64,3 +64,16 @@
2. Check if auth credentials are correct.
3. Check if server is running.

## Limitations and issues

Choose a reason for hiding this comment

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

Limitations and Known Issues

Copy link
Author

Choose a reason for hiding this comment

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

Updated in e89be25

| Issue | Description |
| ---- | ----------- |
| Visualizations without numerical columns | Visualizations will only work if there is a numerical column included due to a known limitation in OpenSearch regarding subqueries. An exception to this would be visualizations with columns only of type string works as well. Can be tracked with this [bug](https://github.com/opensearch-project/sql/issues/347) |
| Visualizations with First or Last options selected do not work | <img src="img/pbi_issue_first_last.png" width="200"> |

Choose a reason for hiding this comment

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

Versus "do not work" can we say "not yet supported"

Copy link
Author

Choose a reason for hiding this comment

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

Updated in e89be25

Guian Gumpac added 2 commits January 6, 2022 10:49
@ghost ghost requested a review from raymond-lum January 6, 2022 18:55
@ghost ghost merged commit 115ec35 into powerbi-main Jan 8, 2022
matthewryanwells pushed a commit that referenced this pull request Aug 22, 2023
…arch-project#2005)

* Spotless apply on entire project

Signed-off-by: Mitchell Gale <[email protected]>

* Spotless apply

Signed-off-by: Mitchell Gale <[email protected]>

* Added spotless in sql-test-workflow.yml

Signed-off-by: Mitchell Gale <[email protected]>

* fixed error log message in sql-test-workflow.yml

Signed-off-by: Mitchell Gale <[email protected]>

* Added spotless to plugins: common, core, doctest, integ-test, legacy, opensearch, plugin, ppl, protocol, sql

Signed-off-by: Mitchell Gale <[email protected]>

* Update common/build.gradle

Signed-off-by: Mitchell Gale <[email protected]>

* deleted duplicated code in build gradle integ test

Signed-off-by: Mitchell Gale <[email protected]>

---------

Signed-off-by: Mitchell Gale <[email protected]>
Signed-off-by: Mitchell Gale <[email protected]>
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants