This commit is contained in:
chengfei163 2025-04-10 16:22:23 +08:00 committed by GitHub
commit abc077a457
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -431,7 +431,7 @@ public class UnstructuredStorageReaderUtil {
break;
case DATE:
try {
if (columnValue == null) {
if(StringUtils.isBlank(columnValue)) {
Date date = null;
columnGenerated = new DateColumn(date);
} else {