4paradigm / 4paradigm/OpenMLDB
Unify the return type of `executeQuery` in java sdk Statement
Abierto
sdk
- Lenguaje dominante
- C++
- Estrellas
- 1.7k
- Forks
- 331
- Merge medio
- 12 d 12 h
- PR fusionados (30 d)
- 1
Descripción
the return type of statement has two types (SQLResultSet and java.sql.Result) currently. it's better to unify to java.sql.ResultSet
Guía de contribución
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- java
- Área
- backend, databases
- Tipo de issue
- Refactorización
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 45/100