Skip to content

Commit

Permalink
fix: minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan0102 committed Nov 2, 2023
1 parent 9e5a6aa commit 7772351
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public static void createDestinationTable(
Field.of("Customer_Name", StandardSQLTypeName.STRING),
Field.of("Customer_Address", StandardSQLTypeName.STRING),
Field.of("Customer_Tier", StandardSQLTypeName.STRING),
Field.of("Active_Subscriptions", StandardSQLTypeName.JSON),
Field.of("Active_Subscriptions", StandardSQLTypeName.STRUCT),
Field.of("_CHANGE_TYPE", StandardSQLTypeName.STRING));

// Create a table that uses this schema.
Expand Down

0 comments on commit 7772351

Please sign in to comment.