Hi team, I have a column property like this, when...
# general
a
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 }
m
Default max length is 512 for strings. You can change it in the schema
a
Actually I have changed it to 17 825 792.
Sorry, my bad. The data in Kafka is the same.😅