gortiz commented on code in PR #14226:
URL: https://github.com/apache/pinot/pull/14226#discussion_r1806497098
##########
pinot-integration-test-base/src/test/java/org/apache/pinot/integration/tests/BaseClusterIntegrationTest.java:
##########
@@ -292,15 +292,28 @@ protected TableConfig createTableConfig(File
tableConfigFile)
* Creates a new OFFLINE table config.
*/
Review Comment:
I'm with you on that. These fluent method calls should (almost) always be
written on separated lines, although there is no consensus right now and it is
specially important to have a config file that configures IDEs to respect the
indentation.
~Meanwhile please add a `//@formatter:off` and `//@formatter:on` and and
before the code block to skip future modifications.~ It seems you already added
it :laughing:
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]