dabla commented on PR #60152:
URL: https://github.com/apache/airflow/pull/60152#issuecomment-3753671753

   > I wonder if its possible to use 
https://jcristharif.com/msgspec/api.html#raw somehow to avoid the "encode it 
twice" behaviour. Not sure, but would be nice if we could avoid that.
   
   Another option would be to try to encode the whole msg, and if it fails then 
do the validation, that way if it succeeds there is only one encoding and 
individual encoding would only be done if the full one fails, which is 
exceptional as it won't happen that often.


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

Reply via email to