Skip to content

Commit 951a5b5

Browse files
author
Chen Zhiling
authored
Use concrete class for AvroCoder compatibility (#465)
1 parent baece07 commit 951a5b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sdk/java/src/main/java/com/gojek/feast

sdk/java/src/main/java/com/gojek/feast/Row.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
@SuppressWarnings("UnusedReturnValue")
3232
public class Row {
3333
private Timestamp entity_timestamp;
34-
private Map<String, Value> fields;
34+
private HashMap<String, Value> fields;
3535

3636
public static Row create() {
3737
Row row = new Row();

0 commit comments

Comments
 (0)