googleapis / java-bigquery

Apache License 2.0
108 stars 118 forks source link

chore: remove bigquery native image sample in favor of sample in google-cloud-java #3377

Closed mpeddada1 closed 1 week ago

mpeddada1 commented 1 week ago

This PR removes the redundant bigquery native image sample in favor of a single sample maintained from https://github.com/googleapis/google-cloud-java/tree/main/java-samples/native-image-sample

Documented externally in https://cloud.google.com/java/docs/compile-native-images#whats_next

generated-files-bot[bot] commented 1 week ago

Warning: This pull request is touching the following templated files:

mpeddada1 commented 1 week ago

Are the following files still needed?

  1. samples/native-image-sample/src/test/java/com/example/bigquery/NativeImageBigquerySampleIT.java
  2. samples/native-image-sample/pom.xml

My bad, thank you. Missed committing the removal of the remaining two files.