You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/09/22 02:03:59 UTC

[GitHub] [shardingsphere] terrymanu commented on a change in pull request #12605: add empty rules env for rdl

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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org