You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by "2pk03 (via GitHub)" <gi...@apache.org> on 2023/05/09 06:03:20 UTC

[GitHub] [incubator-wayang] 2pk03 commented on a diff in pull request #318: Support sql query on multiple csv table files

2pk03 commented on code in PR #318:
URL: https://github.com/apache/incubator-wayang/pull/318#discussion_r1188169927


##########
wayang-api/wayang-api-sql/src/main/java/org/apache/wayang/api/sql/calcite/rel/WayangTableScan.java:
##########
@@ -78,7 +78,7 @@ public static WayangTableScan create(RelOptCluster cluster, RelOptTable relOptTa
 
     @Override
     public String toString() {
-        return "Wayang TableScan ["+ getQualifiedName() + "]";
+        return "Wayang TableScan [" + getQualifiedName() + "]";
     }
 

Review Comment:
   not yet, we should ;) 



-- 
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-unsubscribe@wayang.apache.org

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