-
Notifications
You must be signed in to change notification settings - Fork 85
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
[Question] where is DataFormat.java? #1126
Comments
Yeah it is still here: https://github.com/googleapis/java-bigquerystorage/blob/master/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/DataFormat.java |
Hmm.. Maybe I should have used |
Yes - please give it a try and see if it resolves your problem. |
Closing due to inactivity. Please re-open or open a new ticket if there is further feedback for the client library. |
🤖 I have created a release *beep* *boop* --- ## [0.126.7](https://togithub.com/googleapis/java-storage-nio/compare/v0.126.6...v0.126.7) (2023-03-06) ### Dependencies * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.4.0 ([googleapis#1126](https://togithub.com/googleapis/java-storage-nio/issues/1126)) ([ace0b31](https://togithub.com/googleapis/java-storage-nio/commit/ace0b31ed68fd8e7e55ebbca3f3fc0e70aaccb3d)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
I'm using
google-cloud-bigquerystorage-1.22.2.jar
for reading data from bigquery through spark, but it keeps giving mejava.lang.ClassNotFoundException: com.google.cloud.bigquery.storage.v1.DataFormat
.Which version of jar file has DataFormat.java?
Plus, it seems like this GCP document is telling that there's still DataFormat.java.
Please correct me if I'm wrong.
The text was updated successfully, but these errors were encountered: