Skip to content

Commit

Permalink
Modifications to internal benchmark drivers.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 597348815
  • Loading branch information
jerlawson authored and copybara-github committed Jan 10, 2024
1 parent d8111c7 commit 498a67f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion perfkitbenchmarker/providers/gcp/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

FLAGS = flags.FLAGS

BQ_CLIENT_FILE = 'bq-java-client-2.7.jar'
BQ_CLIENT_FILE = 'bq-java-client-2.11.jar'
DEFAULT_TABLE_EXPIRATION = 3600 * 24 * 365 # seconds

BQ_JDBC_INTERFACES = [
Expand Down
2 changes: 1 addition & 1 deletion tests/providers/gcp/bigquery_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def RemoteCommand(self, command):
return None, None

expected_command = (
'java -cp bq-java-client-2.7.jar '
'java -cp bq-java-client-2.11.jar '
'com.google.cloud.performance.edw.Single --project {} '
'--credentials_file {} --dataset {} --query_file '
'{}'
Expand Down

0 comments on commit 498a67f

Please sign in to comment.