4paradigm / 4paradigm/OpenMLDB
Unify the return type of `executeQuery` in java sdk Statement
Ouverte
sdk
- Langage dominant
- C++
- Étoiles
- 1.7k
- Forks
- 331
- Merge moyen
- 12 j 12 h
- PR mergées (30 j)
- 1
Description
the return type of statement has two types (SQLResultSet and java.sql.Result) currently. it's better to unify to java.sql.ResultSet
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- java
- Domaine
- backend, databases
- Type d'issue
- Refactorisation
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 45/100