rguerreiromsft commented on PR #3736: URL: https://github.com/apache/arrow-rs/pull/3736#issuecomment-1436403058
I'm not really happy with the Loose configuration implemented because the string conversion to bool doesn't make much sense. And it doesn't follow javascript either, where it considers `[]` to be false. Maybe a best implementation for this is to make bools and numbers as they used to be, and consider the loose behaviour to just parse everything to string, because in that case we don't lose any information. -- 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]
