diff --git a/hive3/build.gradle b/hive3/build.gradle index f8bb50951fb1..70e07a5d6003 100644 --- a/hive3/build.gradle +++ b/hive3/build.gradle @@ -27,8 +27,9 @@ project(':iceberg-hive3') { } } - // exclude these Hive2-specific tests from iceberg-mr test { + useJUnitPlatform() + // exclude these Hive2-specific tests from iceberg-mr exclude '**/TestIcebergDateObjectInspector.class' exclude '**/TestIcebergTimestampObjectInspector.class' exclude '**/TestIcebergTimestampWithZoneObjectInspector.class'