Hi team, I have a column property like this, when I query this field, part of its value is …..>>>ignored size:5051. Does it mean the maxLength is smaller than the real size for the string content? Or Pinot stores the whole string, but doesn’t show the full content when queried?
{
“name”: “content”,
“dataType”: “STRING”,
“maxLength”: 17825792
}