You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "shounakmk219 (via GitHub)" <gi...@apache.org> on 2023/04/19 15:30:04 UTC

[GitHub] [pinot] shounakmk219 opened a new issue, #10647: Expose the metadata on allowed datatypes for a fieldType and their respective default null values

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-unsubscribe@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] shounakmk219 closed issue #10647: Expose the metadata on allowed datatypes for a fieldType and their respective default null values

Posted by "shounakmk219 (via GitHub)" <gi...@apache.org>.
shounakmk219 closed issue #10647: Expose the metadata on allowed datatypes for a fieldType and their respective default null values
URL: https://github.com/apache/pinot/issues/10647


-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org