mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-15 06:27:21 +00:00
(fix)(chat) Fix the null pointer issue in fieldNameToDateFormat. (#1587)
This commit is contained in:
@@ -90,6 +90,6 @@ public class SchemaElement implements Serializable {
|
||||
if (StringUtils.isNotBlank(timeFormat) && containsPartitionTime()) {
|
||||
return timeFormat;
|
||||
}
|
||||
return null;
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user