hey friends, it’s me again, this time around with a question around partitions, we have an offline job that uploads data to pinot that we are testing in our sandbox env to the offline tables, when that data is ingested and i look at the segments it generates i see the partitions being created like this: in the metadata from the ui
{\"numPartitions\":8,\"partitions\":[0,1,2,3,4,5,6,7]
however in our prod system, which has a hybrid setup I always see one number in the partitions column,
{\"numPartitions\":8,\"partitions\":[1]
is this something I should be concerned about?