This commit is contained in:
2023-06-25 03:59:02 +08:00
parent 68802a4fc2
commit d8b0879bba
5 changed files with 35 additions and 38 deletions

View File

@@ -169,7 +169,6 @@ public final class Utils {
Kv row = Kv.of();
for (int i = 1; i <= count; i++) {
String columnTypeName = metaData.getColumnTypeName(i);
//String columnName = metaData.getColumnName(i);
String columnLabel = metaData.getColumnLabel(i);
row.put(columnLabel, null);