uros-b commented on code in PR #17994:
URL: https://github.com/apache/iceberg/pull/17994#discussion_r3955793633
##########
spark/v4.2/spark/src/test/java/org/apache/iceberg/spark/sql/TestTableEncryption.java:
##########
@@ -367,6 +368,16 @@ public void testDropTableWithPurge() {
.allSatisfy(filePath ->
assertThat(localInput(filePath).exists()).isFalse());
}
+ @TestTemplate
+ public void testComputeTableStats() {
Review Comment:
```suggestion
public void computeTableStats() {
```
--
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]