We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baece07 commit 951a5b5Copy full SHA for 951a5b5
1 file changed
sdk/java/src/main/java/com/gojek/feast/Row.java
@@ -31,7 +31,7 @@
31
@SuppressWarnings("UnusedReturnValue")
32
public class Row {
33
private Timestamp entity_timestamp;
34
- private Map<String, Value> fields;
+ private HashMap<String, Value> fields;
35
36
public static Row create() {
37
Row row = new Row();
0 commit comments