[
https://issues.apache.org/jira/browse/CALCITE-2544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16609051#comment-16609051
]
ASF GitHub Bot commented on CALCITE-2544:
-----------------------------------------
GitHub user F21 opened a pull request:
https://github.com/apache/calcite-avatica-go/pull/31
[CALCITE-2544] Replace golang.org/x/net/context with stdlib context
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Boostport/calcite-avatica-go
remove-x/net/context
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/calcite-avatica-go/pull/31.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #31
----
commit c016e6440bed51057e83d5178c769f582d685e11
Author: Francis Chuang <francischuang@...>
Date: 2018-09-10T11:45:17Z
[CALCITE-2544] Replace golang.org/x/net/context with stdlib context
----
> Remove ctxhttp and use WithContext() directly
> ---------------------------------------------
>
> Key: CALCITE-2544
> URL: https://issues.apache.org/jira/browse/CALCITE-2544
> Project: Calcite
> Issue Type: Task
> Components: avatica-go
> Reporter: Francis Chuang
> Assignee: Francis Chuang
> Priority: Minor
> Fix For: avatica-go-3.1.1
>
>
> It's possible to use WithContext() to tack on a context to a request. We can
> use this and remove ctxhttp.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)