Skip to content

Commit

Permalink
fixup! Update baseline gradle plugin to 5.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Jun 27, 2024
1 parent 9a6cb9f commit 9d9bc6b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/src/main/java/org/apache/iceberg/StaticDataTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,11 @@ DataFile metadataFile() {
return metadataFile;
}

/** @return the table rows before projection */
/**
* Returns the table rows before projection.
*
* @return the table rows before projection
*/
StructLike[] tableRows() {
return rows;
}
Expand Down

0 comments on commit 9d9bc6b

Please sign in to comment.