alamb commented on code in PR #17734:
URL: https://github.com/apache/datafusion/pull/17734#discussion_r2373051430
##########
datafusion/catalog/src/information_schema.rs:
##########
@@ -891,6 +894,10 @@ impl InformationSchemaColumnsBuilder {
self.datetime_precisions.append_option(None);
self.interval_types.append_null();
+
+ // Extract description from field metadata
+ let description = field.metadata().get("description");
Review Comment:
if we are going to do this, I think we should document the behavior
somewhere (in doc comments of InformationSchemaColumnsBuilder at least)
--
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]