damccorm commented on code in PR #36668:
URL: https://github.com/apache/beam/pull/36668#discussion_r3052415340
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java:
##########
@@ -672,6 +672,33 @@ public static TypedRead<TableRow>
readTableRowsWithSchema() {
BigQueryUtils.tableRowToBeamRow(),
BigQueryUtils.tableRowFromBeamRow());
}
+ /** @deprecated this method may have breaking changes introduced, use with
caution */
+ @Deprecated
Review Comment:
Yeah, this is a good catch which I missed; probably we should remove this
for the next beam version
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]