pinot
pinot copied to clipboard
Map dataType
Support Map type natively in Pinot. Current ways to handle map:
- stores Map in Avro as 2 MV columns.
- Store Map in Json as a json string
Native Map dataType would be nice
@npawar Is there any progress with this feature?