Skip to content

Commit

Permalink
Add test suite config for Simba JDBC 1.5.2.1005
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 589812677
  • Loading branch information
p3rf Team authored and copybara-github committed Dec 14, 2023
1 parent 1dbbfe8 commit c17ebe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions perfkitbenchmarker/providers/gcp/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,19 @@
'SIMBA_JDBC_1_2_4_1007',
'SIMBA_JDBC_1_3_3_1004',
'SIMBA_JDBC_1_5_0_1001',
'SIMBA_JDBC_1_5_2_1005',
]
BQ_JDBC_CLIENT_FILE = {
'SIMBA_JDBC_1_2_4_1007': 'bq-jdbc-client-1.0.jar',
'SIMBA_JDBC_1_3_3_1004': 'bq-jdbc-client-2.0.jar',
'SIMBA_JDBC_1_5_0_1001': 'bq-jdbc-client-2.1.jar',
'SIMBA_JDBC_1_5_2_1005': 'bq-jdbc-client-2.2.jar',
}
BQ_JDBC_JAR_FILE = {
'SIMBA_JDBC_1_2_4_1007': 'GoogleBigQueryJDBC42.jar',
'SIMBA_JDBC_1_3_3_1004': 'GoogleBigQueryJDBC42-1.3.3.1004.jar',
'SIMBA_JDBC_1_5_0_1001': 'GoogleBigQueryJDBC42-1.5.0.1001.jar',
'SIMBA_JDBC_1_5_2_1005': 'GoogleBigQueryJDBC42-1.5.2.1005.jar',
}


Expand Down
1 change: 1 addition & 0 deletions perfkitbenchmarker/providers/gcp/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@
'SIMBA_JDBC_1_2_4_1007',
'SIMBA_JDBC_1_3_3_1004',
'SIMBA_JDBC_1_5_0_1001',
'SIMBA_JDBC_1_5_2_1005',
],
'The Runtime Interface used when interacting with BigQuery.',
)
Expand Down

0 comments on commit c17ebe8

Please sign in to comment.