gortiz opened a new pull request, #10792: URL: https://github.com/apache/pinot/pull/10792
This is a bugfix. H3 resolutions were not able to be deserialized with Jackson, which was incompatible with the new index configuration syntax. The problem was the lack of a `@JsonProperty` annotation in the constructor. A couple of tests were added to verify that the new code is working and prevent that error in the future -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
