rdblue commented on code in PR #15629:
URL: https://github.com/apache/iceberg/pull/15629#discussion_r3065715773
##########
parquet/src/main/java/org/apache/iceberg/parquet/ParquetVariantUtil.java:
##########
@@ -57,7 +58,8 @@
import org.apache.parquet.schema.Type;
import org.apache.parquet.schema.Types;
-class ParquetVariantUtil {
+@VisibleForTesting
+public final class ParquetVariantUtil {
Review Comment:
Is it possible to relocate the tests rather than expose this? We _can_ do
this, but generally prefer not to if we can avoid it.
--
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]