yihua commented on code in PR #8184:
URL: https://github.com/apache/hudi/pull/8184#discussion_r1155069305


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/JdbcSource.java:
##########
@@ -262,82 +264,89 @@ private String checkpoint(Dataset<Row> rowDataset, 
boolean isIncremental, Option
    * Inner class with config keys.
    */
   protected static class Config {
-
-    /**
-     * {@value #URL} is the jdbc url for the Hoodie datasource.
-     */
-    private static final String URL = "hoodie.deltastreamer.jdbc.url";
+    @Deprecated

Review Comment:
   Fixed.



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