Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigQuery Orc & Parquet Samples #195

Merged
merged 5 commits into from
Sep 17, 2018

Conversation

alixhami
Copy link
Contributor

This PR:

  • Adds load truncate samples for Orc and Parquet file formats
  • Adds load, load autodetect, and load truncate samples for JSON
  • Updates Orc and Parquet samples to not specify schema. The schema is inferred for these formats, so it should not be supplied (sources: parquet schemas, orc schemas)

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 17, 2018
@alixhami
Copy link
Contributor Author

I did not regenerate the readme because npm run generate-scaffolding did not run. I got this error:

~/nodejs-bigquery [bq-orc-samples] $ npm run generate-scaffolding
npm ERR! missing script: generate-scaffolding

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/ajhamilton/.npm/_logs/2018-09-17T22_27_15_264Z-debug.log

Copy link
Contributor

@tswast tswast left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

{name: 'post_abbr', type: 'STRING'},
],
},
sourceFormat: 'ORC'

This comment was marked as spam.

@JustinBeckwith JustinBeckwith merged commit 97d0df6 into googleapis:master Sep 17, 2018
@alixhami alixhami deleted the bq-orc-samples branch September 17, 2018 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants