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
Copy file name to clipboardExpand all lines: sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/TableRowToStorageApiProto.java
+25-14Lines changed: 25 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1137,22 +1137,33 @@ public static TableRow tableRowFromMessage(
1137
1137
booleanincludeCdcColumns,
1138
1138
Predicate<String> includeField,
1139
1139
StringnamePrefix) {
1140
-
// TODO: Would be more correct to generate TableRows using setF.
1141
-
TableRowtableRow = newTableRow();
1142
-
for (Map.Entry<FieldDescriptor, Object> field : message.getAllFields().entrySet()) {
0 commit comments