INNOCENT-BOY opened a new pull request, #10759: URL: https://github.com/apache/pinot/pull/10759
When we tried to add segmentAssignmentConfigMap to tableConfig, we found that property segmentAssignmentStrategy can't be parsed. After debugging, we found the key ''segmentAssignmentStrategy'' will be serialized to "assignmentStrategy", that caused we can't deserialized this key. So i add @JaonProperty to _assignmentStrategy to keep the same name during serialized and deserialized. After applying this patch: <img width="650" alt="image" src="https://github.com/apache/pinot/assets/38196564/5f3f05e1-e383-4961-84c0-02c941a9313c"> Hi @Jackie-Jiang @gortiz @zhtaoxiang, please help me to review this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org