alamb commented on issue #7040: URL: https://github.com/apache/arrow-rs/issues/7040#issuecomment-2642785973
If the question is "should we slow down decoding to give more compatible results for malformed input" my answer would be *not by default*. > Should we consider a reader option that allows 'java compatible' behavior? After playing around with the code a bit, I'm coming to the conclusion that the current behavior is correct, but also feel that compatibility with other engines is desirable. @parthchandra 's suggestion seems reasonable to me, especially if the current behavior is "correct" according to the sepc Another potential alternative might be to provide some sort of pluggable behavior (like allow overriding the default conversion logic via template or something) -- that way we downstream users who needed different edge case behavior could implement whatever they needed without having to add such logic back up here 🤔 -- 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]
