Hisoka-X commented on code in PR #3325:
URL: 
https://github.com/apache/incubator-seatunnel/pull/3325#discussion_r1016358647


##########
seatunnel-connectors-v2/connector-common/src/main/java/org/apache/seatunnel/connectors/seatunnel/common/schema/SeaTunnelSchema.java:
##########
@@ -42,7 +44,8 @@
 import java.util.Map;
 
 public class SeaTunnelSchema implements Serializable {
-    public static final String SCHEMA = "schema";
+
+    public static final Option<Schema> SCHEMA = 
Options.key("schema").objectType(Schema.class).noDefaultValue().withDescription("SeaTunnel
 Schema");

Review Comment:
   It doesn't need Serializable because static.



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