gustavodemorais commented on PR #28815:
URL: https://github.com/apache/flink/pull/28815#issuecomment-5193107031

   After some discussions we decided against this change. Reasons:
   
   - This is a breaking change and needs mailing list and careful release. 
People with jobs running that consume json which have trailing tokens, will 
start to fail.
   - The current behavior is lenient and that's also valid approach: it's 
default behavior for jackson and also the default behavior for spark. JSON is 
often more forgiving than other formats.
   - What might make sense in the future is to support one utility function 
like IS_VALID_JSON which is strict or adjust specifically IS JSON and not all 
json functions.
   
   Closing this based on the above.


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