Keyboard Shortcuts

File
u :up to issue
m :publish + mail comments
M :edit review message
j / k :jump to file after / before current file
J / K :jump to next file with a comment after / before current file
Side-by-side diff
i :toggle intra-line diffs
e :expand all comments
c :collapse all comments
s :toggle showing all comments
n / p :next / previous diff chunk or comment
N / P :next / previous comment
<Up> / <Down> :next / previous line
<Enter> :respond to / edit current comment
d :mark current comment as done
Issue
u :up to list of issues
m :publish + mail comments
j / k :jump to patch after / before current patch
o / <Enter> :open current patch in side-by-side view
i :open current patch in unified diff view
Issue List
j / k :jump to issue after / before current issue
o / <Enter> :open current issue
# : close issue
Comment/message editing
<Ctrl> + s or <Ctrl> + Enter :save comment
<Esc> :cancel edit
Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(218)
Issues Repositories Search
Open Issues | Closed Issues | All Issues | Sign in with your Google Account to create issues and add comments

Issue 11978043: code review 11978043: main: Add a BigQuery example to google-api-go-client.

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 5 months ago by garrick
Modified:
12 years, 5 months ago
Reviewers:
adg
CC:
golang-dev, adg
Visibility:
Public.
main: Add a BigQuery example to google-api-go-client. This example illustrates doing loading of objects stored in Google Cloud Storage into BigQuery dataset tables.

Patch Set 1 #

Patch Set 2 : diff -r 39e3e5baa72c https://code.google.com/p/google-api-go-client/ #

Patch Set 3 : diff -r 39e3e5baa72c https://code.google.com/p/google-api-go-client/ #

Patch Set 4 : diff -r 39e3e5baa72c https://code.google.com/p/google-api-go-client/ #

Patch Set 5 : diff -r 39e3e5baa72c https://code.google.com/p/google-api-go-client/ #

Total comments: 2

Patch Set 6 : diff -r 39e3e5baa72c https://code.google.com/p/google-api-go-client/ #

Total comments: 4

Patch Set 7 : diff -r 39e3e5baa72c https://code.google.com/p/google-api-go-client/ #

Created: 12 years, 5 months ago
Download [raw] [tar.bz2]
Unified diffs Side-by-side diffs Delta from patch set Stats (+376 lines, -3 lines) Patch
A examples/bigquery.go View 1 2 3 4 5 6 1 chunk +368 lines, -0 lines 0 comments Download
M examples/main.go View 1 2 3 4 5 3 chunks +8 lines, -3 lines 0 comments Download
Total messages: 7
|
garrick
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/google-api-go-client/
12 years, 5 months ago (2013年07月28日 03:16:23 UTC) #1
Hello golang-dev@googlegroups.com,
I'd like you to review this change to
https://code.google.com/p/google-api-go-client/ 
Sign in to reply to this message.
adg
https://codereview.appspot.com/11978043/diff/9001/examples/main.go File examples/main.go (right): https://codereview.appspot.com/11978043/diff/9001/examples/main.go#newcode5 examples/main.go:5: // This file is the same as the go-api-demo ...
12 years, 5 months ago (2013年07月30日 06:19:45 UTC) #2
https://codereview.appspot.com/11978043/diff/9001/examples/main.go
File examples/main.go (right):
https://codereview.appspot.com/11978043/diff/9001/examples/main.go#newcode5
examples/main.go:5: // This file is the same as the go-api-demo main.go with the
modification
is it?
Sign in to reply to this message.
garrick
https://codereview.appspot.com/11978043/diff/9001/examples/main.go File examples/main.go (right): https://codereview.appspot.com/11978043/diff/9001/examples/main.go#newcode5 examples/main.go:5: // This file is the same as the go-api-demo ...
12 years, 5 months ago (2013年07月30日 15:17:21 UTC) #3
https://codereview.appspot.com/11978043/diff/9001/examples/main.go
File examples/main.go (right):
https://codereview.appspot.com/11978043/diff/9001/examples/main.go#newcode5
examples/main.go:5: // This file is the same as the go-api-demo main.go with the
modification
On 2013年07月30日 06:19:45, adg wrote:
> is it?
removed. also updated below to include client id in hash/remove from cache file
name.
Sign in to reply to this message.
adg
https://codereview.appspot.com/11978043/diff/20001/examples/bigquery.go File examples/bigquery.go (right): https://codereview.appspot.com/11978043/diff/20001/examples/bigquery.go#newcode301 examples/bigquery.go:301: if job.Status.State == JobStatusDone { if job.Status.State != JobStatusDone ...
12 years, 5 months ago (2013年07月31日 06:31:02 UTC) #4
https://codereview.appspot.com/11978043/diff/20001/examples/bigquery.go
File examples/bigquery.go (right):
https://codereview.appspot.com/11978043/diff/20001/examples/bigquery.go#newco...
examples/bigquery.go:301: if job.Status.State == JobStatusDone {
if job.Status.State != JobStatusDone {
 jobq.PushBack(job)
 continue
}
and unindent the rest
https://codereview.appspot.com/11978043/diff/20001/examples/main.go
File examples/main.go (right):
https://codereview.appspot.com/11978043/diff/20001/examples/main.go#newcode159
examples/main.go:159: randState := fmt.Sprintf("st%d", time.Now().UnixNano())
Why?
Sign in to reply to this message.
garrick
https://codereview.appspot.com/11978043/diff/20001/examples/bigquery.go File examples/bigquery.go (right): https://codereview.appspot.com/11978043/diff/20001/examples/bigquery.go#newcode301 examples/bigquery.go:301: if job.Status.State == JobStatusDone { On 2013年07月31日 06:31:02, adg ...
12 years, 5 months ago (2013年08月05日 17:50:27 UTC) #5
https://codereview.appspot.com/11978043/diff/20001/examples/bigquery.go
File examples/bigquery.go (right):
https://codereview.appspot.com/11978043/diff/20001/examples/bigquery.go#newco...
examples/bigquery.go:301: if job.Status.State == JobStatusDone {
On 2013年07月31日 06:31:02, adg wrote:
> if job.Status.State != JobStatusDone {
> jobq.PushBack(job)
> continue
> }
> and unindent the rest
Done.
https://codereview.appspot.com/11978043/diff/20001/examples/main.go
File examples/main.go (right):
https://codereview.appspot.com/11978043/diff/20001/examples/main.go#newcode159
examples/main.go:159: randState := fmt.Sprintf("st%d", time.Now().UnixNano())
On 2013年07月31日 06:31:02, adg wrote:
> Why?
govet flagged this - presumably for formatting a struct with %d
Sign in to reply to this message.
adg
LGTM
12 years, 5 months ago (2013年08月15日 04:05:11 UTC) #6
LGTM
Sign in to reply to this message.
adg
*** Submitted as https://code.google.com/p/google-api-go-client/source/detail?r=112f598ccd42 *** main: Add a BigQuery example to google-api-go-client. This example illustrates ...
12 years, 5 months ago (2013年08月15日 04:13:57 UTC) #7
*** Submitted as
https://code.google.com/p/google-api-go-client/source/detail?r=112f598ccd42 ***
main: Add a BigQuery example to google-api-go-client.
This example illustrates doing loading of objects stored in
Google Cloud Storage into BigQuery dataset tables.
R=golang-dev, adg
CC=golang-dev
https://codereview.appspot.com/11978043
Committer: Andrew Gerrand <adg@golang.org>
Sign in to reply to this message.
|
Powered by Google App Engine
This is Rietveld f62528b

AltStyle によって変換されたページ (->オリジナル) /