payalbisen-svg commented on issue #73248:
URL: https://github.com/apache/airflow/issues/73248#issuecomment-5712953421
Thanks for picking this up. Probing the actual cast is the right approach.
One correction: top-level jsonb strings are also capped at 268435455
bytes("string too long to represent as jsonb string", checkStringLen in
jsonb.c).
The probe still catches them, but please add a test for a large top-level
string and remove the claim that strings are exempt from the description and
docs.
Context from the affected deployment: 2.11.2 -> 3.3.1, 55 task return_values
(lists/dicts) had to be removed manually.
--
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]