We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72bf35 commit 0ee4745Copy full SHA for 0ee4745
delta-plugins-common/src/main/java/io/cdap/delta/plugin/common/Records.java
@@ -210,7 +210,7 @@ public static StructuredRecord convert(Struct struct) {
210
break;
211
}
212
if (val instanceof String) {
213
- builder.setTimestamp(fieldName, ZonedDateTime.parse((String)val));
+ builder.setTimestamp(fieldName, ZonedDateTime.parse((String) val));
214
215
216
0 commit comments