purbanow commented on a change in pull request #12117:
URL: https://github.com/apache/beam/pull/12117#discussion_r450011779
##########
File path:
sdks/java/io/snowflake/src/main/java/org/apache/beam/sdk/io/snowflake/SnowflakeIO.java
##########
@@ -593,7 +606,7 @@ public void populateDisplayData(DisplayData.Builder
builder) {
*
* @param table - String with the name of the table.
*/
- public Write<T> withTable(String table) {
+ public Write<T> toTable(String table) {
Review comment:
Sounds reasonable. I will change to `to()`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]