salmansharifov commented on code in PR #25717:
URL: https://github.com/apache/shardingsphere/pull/25717#discussion_r1199419055


##########
kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/check/consistency/algorithm/DataMatchDataConsistencyCalculateAlgorithm.java:
##########
@@ -106,11 +106,11 @@ public Optional<DataConsistencyCalculatedResult> 
calculateChunk(final DataConsis
                 ShardingSpherePreconditions.checkState(!isCanceling(), () -> 
new 
PipelineTableDataConsistencyCheckLoadingFailedException(param.getSchemaName(), 
param.getLogicTableName()));
                 ResultSetMetaData resultSetMetaData = resultSet.getMetaData();
                 int columnCount = resultSetMetaData.getColumnCount();
-                Collection<Object> record = new LinkedList<>();
+                Collection<Object> columnRecord = new LinkedList<>();

Review Comment:
   Yes: 
https://sonarcloud.io/project/issues?fileUuids=AYePD8WPmlEb3_Pqvjc0&resolved=false&id=apache_shardingsphere&open=AYePD_pgmlEb3_PqvlXe



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