-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update BQ Benchmark Code to Python3 (#410)
* using avro python 3 lib * changing sys.maxint to sys.maxsize (changed in python 3) * changing cStringIO to io * Revert "changing cStringIO to io" This reverts commit f1bca24. * Revert "changing sys.maxint to sys.maxsize (changed in python 3)" This reverts commit de62286. * removing future imports * adding 2to3 changes * fixing new errors in file load coad * removing collections import that is no longer needed * use fastavro to address #412 * failing tests if no project_id provided - otherwise tests fail and dont give an obvious reason * taking out sort(), we want field types in the order they appear * fixing order of fields * going back to using counter * fixing order of fields * fixing order of fields Co-authored-by: Jacob Ferriero <jferriero@google.com>
- Loading branch information
Showing
23 changed files
with
195 additions
and
400 deletions.
There are no files selected for viewing
284 changes: 0 additions & 284 deletions
284
examples/bq_file_load_benchmark/benchmark_tools/benchmark_result_util.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.