chamikaramj commented on code in PR #39758:
URL: https://github.com/apache/beam/pull/39758#discussion_r3833946403


##########
sdks/java/io/delta/src/main/java/org/apache/beam/sdk/io/delta/DeltaIO.java:
##########
@@ -114,23 +114,10 @@ public ReadRows from(String tablePath) {
       return toBuilder().setTablePath(tablePath).build();
     }
 
-    /**
-     * Specifies the version of the Delta Lake table to read.

Review Comment:
   Yeah (just removed from the commit not the repo). We expect users to use the 
Managed I/O API. Documentation there is generated from what's in 
`DeltaReadSchemaTransformProvider`.



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