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. -- 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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org