thexiay commented on code in PR #4409:
URL: https://github.com/apache/incubator-inlong/pull/4409#discussion_r884391664
##########
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/node/load/HbaseLoadNode.java:
##########
@@ -82,7 +82,7 @@ public HbaseLoadNode(@JsonProperty("id") String id,
@JsonProperty("sinkParallelism") Integer sinkParallelism,
@JsonProperty("properties") Map<String, String> properties,
@JsonProperty("tableName") String tableName,
- @JsonProperty("nameSpace") String nameSpace,
+ @JsonProperty("namespace") String namespace,
Review Comment:
why here change hbase?
--
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]