Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit a252e47

Browse files
committed
docs(samples): updates class name
1 parent 9acd6dd commit a252e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/src/main/java/com/example/bigquery/CreateTableExternalHivePartitioned.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import com.google.cloud.bigquery.TableInfo;
2929

3030
// Sample to create external table using hive partitioning
31-
public class SetHivePartitioningOptions {
31+
public class CreateTableExternalHivePartitioned {
3232

3333
public static void main(String[] args) {
3434
// TODO(developer): Replace these variables before running the sample.

0 commit comments

Comments
 (0)