shounakmk219 opened a new issue, #10647: URL: https://github.com/apache/pinot/issues/10647
For a UI client to have validations on which data types to allow for a given field type, currently it can be done by - hitting the `/schemas/validate` API on controller if it wants to use pinot as source of truth - requires the client to replicate the `Schema.validate()` logic in order to achieve validations at data entry and avoid hitting pinot controller. In addition to this there are cases where the UI wants to display other information such as the default null values for a given (data type, field type) combination. In order to allow the UI clients to have such use cases handled dynamically without the need to replicate pinot code it would help to have an endpoint on the controller that exposes such metadata. -- 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.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