From 0026ddde16e88397f62355871198f85bd0d42d7b Mon Sep 17 00:00:00 2001 From: zhaomin Date: Tue, 25 Jul 2023 14:01:50 +0800 Subject: [PATCH] [doc] fix errors in PostgresParallelSourceExample (#2324) (cherry picked from commit 6c2fe08af7ca9df0632ddf723f4cfdcd907e34df) --- docs/content/connectors/postgres-cdc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/connectors/postgres-cdc.md b/docs/content/connectors/postgres-cdc.md index bb13c0f0c..4a0bebfcd 100644 --- a/docs/content/connectors/postgres-cdc.md +++ b/docs/content/connectors/postgres-cdc.md @@ -429,7 +429,7 @@ public class PostgresParallelSourceExample { new JsonDebeziumDeserializationSchema(); JdbcIncrementalSource postgresIncrementalSource = - new PostgresSourceBuilder() + PostgresSourceBuilder.PostgresIncrementalSource.builder() .hostname("localhost") .port(5432) .database("postgres")