ajantha-bhat commented on code in PR #12946:
URL: https://github.com/apache/iceberg/pull/12946#discussion_r2073375892
##########
data/src/test/java/org/apache/iceberg/TestPartitionStatsHandler.java:
##########
@@ -82,6 +65,11 @@
import org.junit.jupiter.api.extension.ExtendWith;
import org.junit.jupiter.api.io.TempDir;
+/**
+ * This test covers {@link PartitionStatsHandler} from the core module. Since
it relies on {@link
+ * InternalData}, and we cannot introduce a Parquet dependency in the core
module, the test is
+ * placed externally.
+ */
Review Comment:
Asked about this in original `InternalData` PR
https://github.com/apache/iceberg/pull/12060#issuecomment-2850881632
--
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]