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

CI: Fix broken url for link-checker CI build #3256

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

andy-k-improving
Copy link
Contributor

@andy-k-improving andy-k-improving commented Jan 20, 2025

Description

URL https://github.com/opendistro-for-elasticsearch/sql-jdbc/issues/57 no longer return a proper HTTP redirect response, but return 404 instead.

At this stage we suspect there are some internal || JS level redirect happen, as if user enter the same url on browser, redirect continues to happen correctly to https://github.com/amazon-archives/sql-jdbc/issues/57

Hence this PR is to propose the url change in order to fix the build.

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • New functionality has javadoc added.
  • New functionality has a user manual doc added.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

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: Andy Kwok <[email protected]>
@YANG-DB
Copy link
Member

YANG-DB commented Jan 20, 2025

Thanks 👍

@@ -23,5 +23,5 @@
### Bugfixes
* Bugfix [#310](https://github.com/opendistro-for-elasticsearch/sql/pull/310): Add DATETIME cast support (issue: [#268](https://github.com/opendistro-for-elasticsearch/sql/issues/268))
* BugFix [#365](https://github.com/opendistro-for-elasticsearch/sql/pull/365): Return Correct Type Information for Fields (issue: [#316](https://github.com/opendistro-for-elasticsearch/sql/issues/316))
* BugFix [#377](https://github.com/opendistro-for-elasticsearch/sql/pull/377): Return object type for field which has implicit object datatype when describe the table (issue:[sql-jdbc#57](https://github.com/opendistro-for-elasticsearch/sql-jdbc/issues/57))
* BugFix [#377](https://github.com/opendistro-for-elasticsearch/sql/pull/377): Return object type for field which has implicit object datatype when describe the table (issue:[sql-jdbc#57](https://github.com/amazon-archives/sql-jdbc/issues/57))
Copy link
Contributor

Choose a reason for hiding this comment

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

Should change the URL in the round brackets as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The url on round bracket is the original issue under sql repo, instead of sql-jdbc, I prefer to only deal it with altogether at once later, when the same being observed under sql repo.

@YANG-DB YANG-DB merged commit ee737cc into opensearch-project:main Jan 20, 2025
14 of 15 checks passed
@acarbonetto acarbonetto deleted the hf-ak-link-checked-fix branch January 20, 2025 18:16
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.

4 participants