You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: google-cloud-bigquery-jdbc/README.MD
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ You need to have either Java with Maven installed or Docker. You might want to i
55
55
56
56
`make install` primarily relies on `mvn install` command. All following commands are primarily applicable for the `google-cloud-bigquery-jdbc` project.
57
57
58
-
`bigquery-external-jdbc-tests` at this moment is indepdnent and has its own configuration.
58
+
`bigquery-external-jdbc-tests` at this moment is independent and has its own configuration.
59
59
60
60
### Running tests
61
61
@@ -100,7 +100,7 @@ Run specific integration test
100
100
101
101
Please reference [Maven documentation](https://maven.apache.org/surefire/maven-surefire-plugin/examples/single-test.html) for details about `<filter>`
@@ -137,7 +137,7 @@ Jar with all dependencies can be generated by running `make docker-package-all-d
137
137
138
138
### Custom query tests
139
139
140
-
Thin client using JDBC driver can be found in 'bigquery-jdbc-test-client' folder. It allows you to run custom queries with custom connection string ot generate logs or measure performance.
140
+
Thin client using JDBC driver can be found in 'bigquery-jdbc-test-client' folder. It allows you to run custom queries with custom connection string to generate logs or measure performance.
141
141
142
142
It can be built for Google JDBC drivers or any other JDBC drivers. For other JDBC drivers, you need to specify a version and it will download it.
0 commit comments