You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by he...@apache.org on 2022/05/26 09:28:43 UTC

[incubator-inlong] branch healchow-patch-1 created (now dc18a20b6)

This is an automated email from the ASF dual-hosted git repository.

healchow pushed a change to branch healchow-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


      at dc18a20b6 Update TDSQLPostgresLoadNode.java

This branch includes the following new commits:

     new dc18a20b6 Update TDSQLPostgresLoadNode.java

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-inlong] 01/01: Update TDSQLPostgresLoadNode.java

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

healchow pushed a commit to branch healchow-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git

commit dc18a20b6703ab677d8f8cd352eda44dd9719e82
Author: healzhou <he...@gmail.com>
AuthorDate: Thu May 26 17:28:39 2022 +0800

    Update TDSQLPostgresLoadNode.java
---
 .../sort/protocol/node/load/TDSQLPostgresLoadNode.java      | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/node/load/TDSQLPostgresLoadNode.java b/inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/node/load/TDSQLPostgresLoadNode.java
index bd2e3960e..ecd1a6e2d 100644
--- a/inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/node/load/TDSQLPostgresLoadNode.java
+++ b/inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/node/load/TDSQLPostgresLoadNode.java
@@ -38,15 +38,16 @@ import java.util.Map;
 
 /**
  * TDSQLPostgres load node can load data into TDSQL Postgres
- * @see <a herf="https://cloud.tencent.com/product/tbase">TDSQL Postgres</a>
- * TDSQL Postgres is an enterprise-level distributed HTAP database. Through a single database cluster to provide
- * users with highly consistent distributed database services and high-performance data warehouse services,
- * a set of integrated enterprise-level solutions is formed.
+ *
+ * @see <a href="https://cloud.tencent.com/product/tbase">TDSQL Postgres</a>
+ *         TDSQL Postgres is an enterprise-level distributed HTAP database. Through a single database cluster
+ *         to provide users with highly consistent distributed database services and high-performance
+ *         data warehouse services, a set of integrated enterprise-level solutions is formed.
  */
-@EqualsAndHashCode(callSuper = true)
-@JsonTypeName("tdsqlPostgresLoad")
 @Data
 @NoArgsConstructor
+@EqualsAndHashCode(callSuper = true)
+@JsonTypeName("tdsqlPostgresLoad")
 public class TDSQLPostgresLoadNode extends LoadNode implements Serializable {
 
     private static final long serialVersionUID = 1L;