Hi, according to <https://docs.pinot.apache.org/b...
# general
m
Hi, according to https://docs.pinot.apache.org/basics/data-import/complex-type#ingestion-configurations
with
unnestFields
, a record with the nested collection will unnest into multiple records
If we have two fields to unnest, each field is an array of 4 elements, does it mean we would get 4 * 4 = 16 records?
r
Did you find the answer for this question?