terrymanu commented on a change in pull request #12605:
URL: https://github.com/apache/shardingsphere/pull/12605#discussion_r713536462



##########
File path: 
shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/engine/it/rdl/BaseRDLIT.java
##########
@@ -113,7 +113,7 @@ private void assertRows(final ResultSet actual, final 
List<DataSetRow> expected)
 
     private void assertRow(final ResultSet actual, final ResultSetMetaData 
actualMetaData, final DataSetRow expected) throws SQLException {
         int columnIndex = 1;
-        for (String each : expected.getValues()) {
+        for (String each : expected.getValuesByBar()) {

Review comment:
       What's mean for getValuesByBar




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