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:17:14 UTC

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

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



##########
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
   
   It means splitting the string by "|".




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