Skip to content

Commit 0ee4745

Browse files
authored
Update Records.java
1 parent b72bf35 commit 0ee4745

File tree

1 file changed

+1
-1
lines changed
  • delta-plugins-common/src/main/java/io/cdap/delta/plugin/common

1 file changed

+1
-1
lines changed

delta-plugins-common/src/main/java/io/cdap/delta/plugin/common/Records.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public static StructuredRecord convert(Struct struct) {
210210
break;
211211
}
212212
if (val instanceof String) {
213-
builder.setTimestamp(fieldName, ZonedDateTime.parse((String)val));
213+
builder.setTimestamp(fieldName, ZonedDateTime.parse((String) val));
214214
break;
215215
}
216216
break;

0 commit comments

Comments
 (0)