alamb commented on code in PR #13799: URL: https://github.com/apache/datafusion/pull/13799#discussion_r1891640085
########## datafusion/core/src/catalog_common/information_schema.rs: ########## @@ -1222,6 +1237,12 @@ impl InformationSchemaParameters { Field::new("data_type", DataType::Utf8, false), Field::new("parameter_default", DataType::Utf8, true), Field::new("is_variadic", DataType::Boolean, false), + // `rid` (short for `routine id`) is used to differentiate parameters from different signatures Review Comment: 💯 for the documentation -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org