CalvinKirs commented on code in PR #318:
URL: https://github.com/apache/incubator-wayang/pull/318#discussion_r1188168899


##########
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:
   @2pk03 Do we have a unified code style check?



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