The valueType is mapped to Boolean if the column type is TINYINT
Ouverte
- Langage dominant
- Java
- Étoiles
- 130
- Forks
- 21
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
if the column type is TINYINT, the valueType of the column is mapped to Boolean, when I getValue().toString(), the value is true or false, I want to the value will be returned to the real value.
request.getRow(0).getColumnValue("current_status").getValue().toString();
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.