gong commented on code in PR #5550: URL: https://github.com/apache/inlong/pull/5550#discussion_r946302016
########## inlong-sort/sort-connectors/hbase/src/main/java/org/apache/inlong/sort/hbase/sink/HBaseSinkFunction.java: ########## @@ -103,15 +104,17 @@ public HBaseSinkFunction( long bufferFlushMaxSizeInBytes, long bufferFlushMaxMutations, long bufferFlushIntervalMillis, - String inLongMetric) { + String inLongMetric, + String inlongAudit) { this.hTableName = hTableName; // Configuration is not serializable this.serializedConfig = HBaseConfigurationUtil.serializeConfiguration(conf); this.mutationConverter = mutationConverter; this.bufferFlushMaxSizeInBytes = bufferFlushMaxSizeInBytes; this.bufferFlushMaxMutations = bufferFlushMaxMutations; this.bufferFlushIntervalMillis = bufferFlushIntervalMillis; - this.inLongMetric = inLongMetric; + this.inlongMetric = inLongMetric; Review Comment: done -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org