zeroshade commented on code in PR #1118:
URL: https://github.com/apache/arrow-adbc/pull/1118#discussion_r1339182193
##########
go/adbc/adbc.go:
##########
@@ -237,6 +237,7 @@ const (
OptionKeyProgress = "adbc.statement.exec.progress"
OptionKeyMaxProgress = "adbc.statement.exec.max_progress"
OptionKeyIngestTargetTable = "adbc.ingest.target_table"
+ OptionKeyIngestTemporary = "adbc.ingest.temporary"
Review Comment:
you can use godoc to put a comment in there
```go
// This option is experimental
OptionKeyIngestTemporary = "adbc.ingest.temporary"
```
If you want it to get bolded or otherwise you can use `// # This option is
experimental` and it'll show up as a header in the docs.
--
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]