The github apache account is a read-only mirror of http://git.apache.org/ / https://git-wip-us.apache.org/repos/asf?p=drill.git (see http://www.apache.org/dev/git.html). So unfortunately, we don't get to use the nice github pull mechanics.
Instead, you need to submit a patch for review on the Apache review board at reviews.apache.org. Then it can be reviewed and a committer can merge it if it passes muster. The whole process is described here: http://drill.apache.org/docs/apache-drill-contribution-guidelines/ . On Wed, May 6, 2015 at 9:39 AM, kkhatua <[email protected]> wrote: > GitHub user kkhatua opened a pull request: > > https://github.com/apache/drill/pull/71 > > DRILL-2961: Throw SQLException when attempting to set query timeout > > Statement.setQueryTimeout(int seconds) is a No-Op, leading the user to > believe that a timeout has been set. This provides the correct response > (SQLException for 'method not supported') > > You can merge this pull request into a Git repository by running: > > $ git pull https://github.com/kkhatua/drill master > > Alternatively you can review and apply these changes as the patch at: > > https://github.com/apache/drill/pull/71.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 #71 > > ---- > commit 1d3ffe84f3237d614b524702e89be8cce1509931 > Author: Kunal Khatua <[email protected]> > Date: 2015-05-06T16:37:56Z > > DRILL-2961: Throw SQLException when attempting to set query timeout > > Statement.setQueryTimeout(int seconds) is a No-Op, leading the user to > believe that a timeout has been set. This provides the correct response > (SQLException for 'method not supported') > > ---- > > > --- > If your project is set up for it, you can reply to this email and have your > reply appear on GitHub as well. If your project does not have this feature > enabled and wishes so, or if the feature is enabled but not working, please > contact infrastructure at [email protected] or file a JIRA ticket > with INFRA. > --- >
