Abacn commented on code in PR #36668:
URL: https://github.com/apache/beam/pull/36668#discussion_r3052394714


##########
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:
   Understand it's due to we removed "experimental" but sounds unusual to add 
`@Deprecated` to new feature. I remember the recommendation of alternatives for 
`experimental` was  to explain this in javadoc.



-- 
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]

Reply via email to