davisp commented on PR #10590: URL: https://github.com/apache/datafusion/pull/10590#issuecomment-2121051712
Also, for anyone more familiar with datafusion and/or sqlparser, one thing I wasn't 100% on was how to represent the metadata value. For now I've just called format on it, but I have the nagging suspicion there might be a way to serialize those so that TableProviderFactor folks can unserialize them more easily rather than having to resort to things like stripping `'` and `"` blindly when converting the DFSchema to whatever they're working with. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
