What do all values within a specific Avro map have in common? A) All must contain a schema B) All must be of the same type C) All must be unique values D) All must be primitive typ... What do all values within a specific Avro map have in common? A) All must contain a schema B) All must be of the same type C) All must be unique values D) All must be primitive types
Understand the Problem
The question is asking about the properties of values in an Avro map, specifically what commonality they share. It's providing options related to schemas, types, uniqueness, and primitive types that could apply to the values within the map.
Answer
All values within a specific Avro map must be of the same type.
The final answer is B) All must be of the same type.
Answer for screen readers
The final answer is B) All must be of the same type.
More Information
In Apache Avro, a map is a collection where each item is a key-value pair. For a valid Avro map, all values must conform to the same data type, while the keys are always strings.
Sources
- Avro types · PFA - dmg.org
AI-generated content may contain errors. Please verify critical information