InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) Records use the type name “record” and support three attributes(b) Enum are represented using JSON arrays(c) Avro data is always serialized with its schema(d) All of the mentioned |
|
Answer» Correct option is (a) Records use the type name “record” and support three attributes Best explanation: A record is encoded by encoding the values of its fields in the order that they are declared. |
|