Closed patrickdemers6 closed 6 months ago
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Patrick Demers. This is most likely caused by a git client misconfiguration; please make sure to:
git config --list | grep email
git config --global user.email email@example.com
Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to cla@trino.io. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla
Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to cla@trino.io. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla
There's a similar discussion in the main Trino repository: https://github.com/trinodb/trino/pull/15826. I think it also applies here. I'd rather discuss specific use cases and keep Trino clients in multiple languages consistent.
Depending on the Trino server configuration, the ability to pass custom headers on a per-request is incredibly valuable. Transaction ID, instrumentation ID, and Authorization headers to name a few. This adds the ability to set custom headers using a
sql.Named
parameter where the name has the prefixX-Header-
.Testing
trino_test.go
.I signed CLA earlier today but it may not be in the system yet.