Skip to content

Commit 3dc90ce

Browse files
findepilosipiuk
authored andcommittedOct 11, 2021
Add parameter comment
This makes information contained in b1cc663's message more easily accessible.
1 parent 9f35ffe commit 3dc90ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎plugin/trino-hive/src/main/java/io/trino/plugin/hive/util/InternalHiveSplitFactory.java

+1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ private Optional<InternalHiveSplit> createInternalHiveSplit(
148148
BlockLocation[] blockLocations,
149149
long start,
150150
long length,
151+
// Estimated because, for example, encrypted S3 files may be padded, so reported size may not reflect actual size
151152
long estimatedFileSize,
152153
long fileModificationTime,
153154
OptionalInt bucketNumber,

0 commit comments

Comments
 (0)