libenchao commented on code in PR #3111:
URL: https://github.com/apache/calcite/pull/3111#discussion_r1138417839
##########
testkit/src/main/java/org/apache/calcite/test/catalog/MockCatalogReaderSimple.java:
##########
@@ -250,8 +239,8 @@ protected MockCatalogReaderSimple(RelDataTypeFactory
typeFactory,
ordersStream.addColumn("PRODUCTID", fixture.intType);
ordersStream.addColumn("ORDERID", fixture.intType);
registerTable(ordersStream);
-
- // Register "SHIPMENTS" stream.
+ }
+ private void registerTableShipments(MockSchema salesSchema, Fixture fixture)
{
Review Comment:
add a newline between methods.
--
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]