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

[BUG] JDBC version is hardcoded in multiple places #34

Open
GumpacG opened this issue Oct 19, 2022 · 0 comments
Open

[BUG] JDBC version is hardcoded in multiple places #34

GumpacG opened this issue Oct 19, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@GumpacG
Copy link
Collaborator

GumpacG commented Oct 19, 2022

What is the bug?
JDBC version is hardcoded in multiple places.

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. Go to https://github.com/opensearch-project/sql/blob/2.x/sql-jdbc/src/main/java/org/opensearch/jdbc/internal/Version.java
  2. Go to https://github.com/opensearch-project/sql/blob/2.x/sql-jdbc/build.gradle
  3. See that they each have hardcoded versions for the jdbc driver

What is the expected behavior?
One should use the other's version in order to avoid version mismatch occurrences.

What is your host/environment?

  • OS: macOS
  • Version OpenSearch 2.4
  • Plugins
@GumpacG GumpacG added the bug Something isn't working label Oct 19, 2022
@dai-chen dai-chen transferred this issue from opensearch-project/sql Dec 14, 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
Projects
None yet
Development

No branches or pull requests

1 participant