mcgrawia commented on issue #71:
URL: 
https://github.com/apache/datasketches-postgresql/issues/71#issuecomment-2021219860

   Hi @AlexanderSaydakov, the reason is that the Python sketches are being 
computed and uploaded to Postgres over a REST API. As part of API best 
practices, we are attempting to validate the data that clients are sending. I 
was expecting Postgres to validate data formats on INSERT, similar to other 
types like integer/float/varchar, which return an error if you attempt to 
insert invalid data for those formats. Is there no such validation for the 
`kll_sketch` types in this extension? 


-- 
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]

Reply via email to