mccheah commented on a change in pull request #153: [Baseline] Apply baseline
linting to iceberg-core
URL: https://github.com/apache/incubator-iceberg/pull/153#discussion_r280649248
##########
File path: core/src/test/java/org/apache/iceberg/TestSplitPlanning.java
##########
@@ -63,21 +63,21 @@ public void setupTable() throws IOException {
@Test
public void testBasicSplitPlanning() {
- List<DataFile> files128MB = newFiles(4, 128 * 1024 * 1024);
- appendFiles(files128MB);
+ List<DataFile> files128Mb = newFiles(4, 128 * 1024 * 1024);
Review comment:
Don't necessarily think so. Mb and Kb are as well understood.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]