Skip to content

Commit

Permalink
Use concrete class for AvroCoder compatibility (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Zhiling authored and khorshuheng committed Feb 14, 2020
1 parent 1ecdf91 commit dc6dd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/java/src/main/java/com/gojek/feast/Row.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@SuppressWarnings("UnusedReturnValue")
public class Row {
private Timestamp entity_timestamp;
private Map<String, Value> fields;
private HashMap<String, Value> fields;

public static Row create() {
Row row = new Row();
Expand Down

0 comments on commit dc6dd09

Please sign in to comment.