4paradigm / 4paradigm/OpenMLDB
Unify the return type of `executeQuery` in java sdk Statement
Offen
sdk
- Vorherrschende Sprache
- C++
- Sterne
- 1.7k
- Forks
- 331
- Ø Merge
- 12 T. 12 Std.
- Gemergte PRs (30 T.)
- 1
Beschreibung
the return type of statement has two types (SQLResultSet and java.sql.Result) currently. it's better to unify to java.sql.ResultSet
Beitragsleitfaden
Rechercherichtung
Find the Java SDK's Statement class and its executeQuery method. Identify the two return types (SQLResultSet and java.sql.Result). Understand the project's SQL execution flow to decide how to unify them to java.sql.ResultSet. Check existing tests for executeQuery to ensure compatibility after the change.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java
- Bereich
- backend, databases
- Issue-Typ
- Refactoring
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 45/100