apilloud commented on code in PR #3092:
URL: https://github.com/apache/calcite/pull/3092#discussion_r1131364712


##########
testkit/src/main/java/org/apache/calcite/test/catalog/MockCatalogReaderSimple.java:
##########
@@ -291,13 +297,10 @@ protected MockCatalogReaderSimple(RelDataTypeFactory 
typeFactory,
     registerTable(suppliersTable);
 
     // Register "EMP_20" and "EMPNULLABLES_20 views.
-    // Same columns as "EMP" amd "EMPNULLABLES",
-    // but "DEPTNO" not visible and set to 20 by default
-    // and "SAL" is visible but must be greater than 1000,
-    // which is the equivalent of:
+    // Same columns as "EMP" amd "EMPNULLABLES", but "DEPTNO" not visible and 
set to 20 by default
+    // and "SAL" is visible but must be greater than 1000, which is the 
equivalent of:

Review Comment:
   Without the comment reformatting I get the following test failure:
   ```
   
/home/runner/work/calcite/calcite/testkit/src/main/java/org/apache/calcite/test/catalog/MockCatalogReaderSimple.java:79:3:
 Method length is 376 lines (max allowed is 370). [MethodLength]
   ```
   This seemed like the simplest change, but I'm happy to do something else 
instead.



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