Jackie-Jiang opened a new pull request, #16148: URL: https://github.com/apache/pinot/pull/16148
These methods were deprecated in 2019 when adding the null support (#4671) - Remove the following unused methods: - getEntrySet() - getFieldNames() - fromBytes(byte[] buffer) - toBytes() - createOrReuseRow(GenericRow row) - Remove the usage of the following deprecated methods: - init(Map<String, Object> fieldToValueMap): replaced with `putValues(Map<String, Object> fieldToValueMap)` - putField(String fieldName, @Nullable Object value): replaced with `putValue(String fieldName, @Nullable Object value)` -- 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