adriangb opened a new pull request, #17734: URL: https://github.com/apache/datafusion/pull/17734
postgres supports column descriptions, but accessing them is quite convoluted (https://stackoverflow.com/questions/343138/retrieving-comments-from-a-postgresql-db). I think we can do better, this is the best I came up with. I'm somewhat arbitrarily choosing the metadataa field 'description' to hold this information, but I don't see a better way to do it and it seems unlikely things will break even if someone is using that for something else -- 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]
