KalleOlaviNiemitalo commented on PR #1798: URL: https://github.com/apache/avro/pull/1798#issuecomment-1200932300
A compromise could be to let the application provide a callback function that replaces is_avro_id. Then the application developer would be responsible for any locale or ICU dependencies. The library could provide a default function that implements the traditional A-Za-z0-9_ rules. An application that wants to minimize its dependencies and trusts that the schemata are valid could define a trivial callback that just accepts everything. -- 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]
