EMsnap commented on code in PR #4308:
URL: https://github.com/apache/incubator-inlong/pull/4308#discussion_r879147932
##########
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/node/load/FileSystemLoadNode.java:
##########
@@ -79,13 +77,13 @@ public FileSystemLoadNode(@JsonProperty("id") String id,
@Nullable @JsonProperty("sinkParallelism") Integer sinkParallelism,
@JsonProperty("properties") Map<String, String> properties,
@JsonProperty("parFields") List<FieldInfo> partitionFields,
- @JsonProperty("watermarkField") WatermarkField watermarkField) {
+ @JsonProperty("serverTimeZone") String serverTimeZone) {
super(id, name, fields, fieldRelationShips, filters, null,
sinkParallelism, properties);
this.format = Preconditions.checkNotNull(format, "format type is
null");
this.path = Preconditions.checkNotNull(path, "path is null");
this.partitionFields = partitionFields;
- this.watermarkField = watermarkField;
- this.name = name;
+ this.tampTableName = name;
Review Comment:
tampTableName typo?
--
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]