diff --git a/plugin/trino-hive-hadoop2/src/test/java/io/trino/plugin/hive/TestHiveAlluxioMetastore.java b/plugin/trino-hive-hadoop2/src/test/java/io/trino/plugin/hive/TestHiveAlluxioMetastore.java index 83aa89777121..666c5af82e97 100644 --- a/plugin/trino-hive-hadoop2/src/test/java/io/trino/plugin/hive/TestHiveAlluxioMetastore.java +++ b/plugin/trino-hive-hadoop2/src/test/java/io/trino/plugin/hive/TestHiveAlluxioMetastore.java @@ -161,6 +161,12 @@ public void testGetPartitionsWithBindings() // Alluxio metastore treats null comment as empty comment } + @Override + public void testGetPartitionsWithFilter() + { + // Alluxio metastore returns incorrect results + } + @Override public void testGetPartitionSplitsTableOfflinePartition() {